Table of Contents

Class LicenseViewPresenter

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

string

IsTrail

[JsonIgnore]
[Browsable(false)]
public bool IsTrail { get; set; }

Property Value

bool

this[string]

Gets the error message for the property with the given name.

public string this[string columnName] { get; }

Parameters

columnName string

The 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

int

Lic

[JsonIgnore]
[Browsable(false)]
[Display(Name = "注册码")]
public string Lic { get; set; }

Property Value

string

Message

[JsonIgnore]
[Browsable(false)]
public string Message { get; set; }

Property Value

string

Module

[Browsable(false)]
[Display(Name = "模块名称")]
public string Module { get; set; }

Property Value

string

RegisterCommand

public RelayCommand RegisterCommand { get; }

Property Value

RelayCommand

Time

[Browsable(false)]
[Display(Name = "截止日期")]
public DateTime Time { get; set; }

Property Value

DateTime

UseVip

public bool UseVip { get; set; }

Property Value

bool