فهرست منبع

update RegistrationInfo

Luke Pulverenti 10 سال پیش
والد
کامیت
afeafd9444
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      MediaBrowser.Model/Registration/RegistrationInfo.cs

+ 3 - 3
MediaBrowser.Model/Registration/RegistrationInfo.cs

@@ -20,9 +20,9 @@ namespace MediaBrowser.Model.Registration
         /// <value><c>true</c> if this instance is trial; otherwise, <c>false</c>.</value>
         /// <value><c>true</c> if this instance is trial; otherwise, <c>false</c>.</value>
         public bool IsTrial { get; set; }
         public bool IsTrial { get; set; }
         /// <summary>
         /// <summary>
-        /// Gets or sets a value indicating whether this instance is valid.
+        /// Gets or sets a value indicating whether this instance is registered.
         /// </summary>
         /// </summary>
-        /// <value><c>true</c> if this instance is valid; otherwise, <c>false</c>.</value>
-        public bool IsValid { get; set; }
+        /// <value><c>true</c> if this instance is registered; otherwise, <c>false</c>.</value>
+        public bool IsRegistered { get; set; }
     }
     }
 }
 }