Table of Contents

Class LicenseOptions

Namespace
H.Modules.License
Assembly
H.Modules.License.dll
[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

string

FilePath

[JsonIgnore]
[Display(Name = "许可路径")]
public string FilePath { get; set; }

Property Value

string

TrialDays

[Display(Name = "试用天数")]
public int TrialDays { get; set; }

Property Value

int

UseTipTrialOnLoad

[JsonIgnore]
[Browsable(false)]
[Display(Name = "不提示试用许可")]
public bool UseTipTrialOnLoad { get; set; }

Property Value

bool

UseTrial

[JsonIgnore]
[Browsable(false)]
[Display(Name = "启用试用")]
public bool UseTrial { get; set; }

Property Value

bool

UseVailLicenceOnLoad

[Browsable(false)]
[JsonIgnore]
[Display(Name = "启动时是否启用许可验证")]
public bool UseVailLicenceOnLoad { get; set; }

Property Value

bool