Class LicenseViewPresenter
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
DialogMode
[Browsable(false)]
[Display(Name = "显示方式")]
public DialogMode DialogMode { get; set; }
Property Value
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
HostID
[Browsable(false)]
[Display(Name = "机器码")]
public string HostID { get; set; }
Property Value
IsTrail
[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 ("").
Lic
[Browsable(false)]
[Display(Name = "注册码")]
public string Lic { get; set; }
Property Value
Message
[Browsable(false)]
public string Message { get; set; }
Property Value
Module
[Browsable(false)]
[Display(Name = "模块名称")]
public string Module { get; set; }
Property Value
RegisterCommand
[Browsable(false)]
public RelayCommand RegisterCommand { get; }
Property Value
Time
[Browsable(false)]
[Display(Name = "截止日期")]
public DateTime Time { get; set; }
Property Value
Methods
Invoke(out string)
public override bool Invoke(out string message)
Parameters
message
string
Returns
Load()
public override void Load()