Class LicenseViewPresenter
[Icon("")]
[Display(Name = "许可证书", GroupName = "权限设置", Description = "应用此功能进行产品许可注册")]
public class LicenseViewPresenter : DisplayBindableBase, INotifyPropertyChanged, IDisplayBindable, IIconable, INameable, IOrderable, IGroupable, IDable, IDescriptionable, ILicenseViewPresenter, IDataErrorInfo
- Inheritance
-
LicenseViewPresenter
- Implements
- Inherited Members
- Extension Methods
Constructors
LicenseViewPresenter()
public LicenseViewPresenter()
Properties
Error
Gets an error message indicating what is wrong with this object.
[JsonIgnore]
[Browsable(false)]
public string Error { get; }
Property Value
- string
An error message indicating what is wrong with this object. The default is an empty string ("").
HostID
[Browsable(false)]
[Display(Name = "机器码")]
public string HostID { get; set; }
Property Value
IsTrail
[JsonIgnore]
[Browsable(false)]
public bool IsTrail { get; set; }
Property Value
this[string]
Gets the error message for the property with the given name.
public string this[string columnName] { get; }
Parameters
columnName
stringThe name of the property whose error message to get.
Property Value
- string
The error message for the property. The default is an empty string ("").
Level
public int Level { get; set; }
Property Value
Lic
[JsonIgnore]
[Browsable(false)]
[Display(Name = "注册码")]
public string Lic { get; set; }
Property Value
Message
[JsonIgnore]
[Browsable(false)]
public string Message { get; set; }
Property Value
Module
[Browsable(false)]
[Display(Name = "模块名称")]
public string Module { get; set; }
Property Value
RegisterCommand
public RelayCommand RegisterCommand { get; }
Property Value
Time
[Browsable(false)]
[Display(Name = "截止日期")]
public DateTime Time { get; set; }
Property Value
UseVip
public bool UseVip { get; set; }