Table of Contents

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

string

FilePath

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

Property Value

string

TrialDays

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

Property Value

int