Class LicenseSetting
- Namespace
- System
- Assembly
- HeBianGu.Systems.License.dll
public class LicenseSetting : LazySettingInstance<LicenseSetting>, INotifyPropertyChanged, IDisplayer, ISetting
- Inheritance
-
LicenseSetting
- Implements
- Inherited Members
- Extension Methods
Properties
Contract
[Display(Name = "联系客服")]
public string Contract { get; set; }
Property Value
FilePath
[Display(Name = "许可路径")]
public string FilePath { get; set; }
Property Value
TrialDays
[Display(Name = "试用天数")]
public int TrialDays { get; set; }