Table of Contents

Class LicenseViewPresenter

Namespace
HeBianGu.Systems.License
Assembly
HeBianGu.Systems.License.dll
public class LicenseViewPresenter : ServiceMvpSettingBase<LicenseViewPresenter, ILicenseViewPresenter>, INotifyPropertyChanged, IDisplayer, ISetting, ILicenseViewPresenter, IInvokePresenter, IViewPresenter, ILicenseViewPresenterOption, IMvpSettingOption, ISettingOption, IDataErrorInfo
Inheritance
LicenseViewPresenter
Implements
Inherited Members
Extension Methods

Constructors

LicenseViewPresenter()

public LicenseViewPresenter()

Properties

Contract

[Display(Name = "联系客服")]
public string Contract { get; set; }

Property Value

string

DialogMode

[Browsable(false)]
[Display(Name = "显示方式")]
public DialogMode DialogMode { get; set; }

Property Value

DialogMode

Error

Gets an error message indicating what is wrong with this object.

[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 ("").

FilePath

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

Property Value

string

HostID

[Browsable(false)]
[Display(Name = "机器码")]
public string HostID { get; set; }

Property Value

string

IsTrail

[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 ("").

Lic

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

Property Value

string

Message

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

Property Value

string

Module

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

Property Value

string

RegisterCommand

[Browsable(false)]
public RelayCommand RegisterCommand { get; }

Property Value

RelayCommand

Time

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

Property Value

DateTime

Methods

Invoke(out string)

public override bool Invoke(out string message)

Parameters

message string

Returns

bool

Load()

public override void Load()