Class AboutViewPresenter
public class AboutViewPresenter : ServiceMvpSettingBase<AboutViewPresenter, IAboutViewPresenter>, INotifyPropertyChanged, IDisplayer, ISetting, IAboutViewPresenter, IInvokePresenter, IViewPresenter, IAboutViewPresenterOption, IMvpSettingOption, ISettingOption
- Inheritance
-
AboutViewPresenter
- Implements
- Inherited Members
- Extension Methods
Properties
Agreement
[Display(Name = "服务协议")]
public string Agreement { get; set; }
Property Value
Company
[Display(Name = "公司信息")]
public string Company { get; set; }
Property Value
Configuration
[Display(Name = "产品配置")]
public string Configuration { get; set; }
Property Value
Contact
[Display(Name = "联系方式")]
public string Contact { get; set; }
Property Value
Copyright
[Display(Name = "许可证书")]
public string Copyright { get; set; }
Property Value
Culture
[Display(Name = "产品区域")]
public string Culture { get; set; }
Property Value
DialogMode
[Browsable(false)]
[Display(Name = "显示模式")]
public DialogMode DialogMode { get; set; }
Property Value
FileVersion
[Display(Name = "文件版本")]
public string FileVersion { get; set; }
Property Value
Privacy
[Display(Name = "隐私政策")]
public string Privacy { get; set; }
Property Value
ProductDescription
[Display(Name = "产品信息")]
public string ProductDescription { get; set; }
Property Value
Title
[Display(Name = "产品名称")]
public string Title { get; set; }
Property Value
Trademark
[Display(Name = "产品商标")]
public string Trademark { get; set; }
Property Value
Version
[Display(Name = "产品版本")]
public string Version { get; set; }
Property Value
WebSet
[Display(Name = "官方网站")]
public string WebSet { get; set; }
Property Value
Methods
Invoke(out string)
public override bool Invoke(out string message)
Parameters
message
string
Returns
LoadDefault()
public override void LoadDefault()