Class LicenseOptions
[Display(Name = "许可管理", GroupName = "系统设置", Description = "许可管理设置的信息")]
public class LicenseOptions : IocOptionInstance<LicenseOptions>, INotifyPropertyChanged, IDisplayBindable, IIconable, IDable, IDescriptionable, ISettable, INameable, IOrderable, IGroupable, ILoadable, ISaveable, IDefaultable, IClearable, IOptions<LicenseOptions>, ILicenseOptions
- Inheritance
-
LicenseOptions
- Implements
- Inherited Members
- Extension Methods
Properties
Contract
[Display(Name = "联系客服")]
public string Contract { get; set; }
Property Value
FilePath
[JsonIgnore]
[Display(Name = "许可路径")]
public string FilePath { get; set; }
Property Value
TrialDays
[Display(Name = "试用天数")]
public int TrialDays { get; set; }
Property Value
UseTipTrialOnLoad
[JsonIgnore]
[Browsable(false)]
[Display(Name = "不提示试用许可")]
public bool UseTipTrialOnLoad { get; set; }
Property Value
UseTrial
[JsonIgnore]
[Browsable(false)]
[Display(Name = "启用试用")]
public bool UseTrial { get; set; }
Property Value
UseVailLicenceOnLoad
[Browsable(false)]
[JsonIgnore]
[Display(Name = "启动时是否启用许可验证")]
public bool UseVailLicenceOnLoad { get; set; }