Table of Contents

Class AboutViewPresenter

Namespace
HeBianGu.Systems.About
Assembly
HeBianGu.Systems.About.dll
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

string

Company

[Display(Name = "公司信息")]
public string Company { get; set; }

Property Value

string

Configuration

[Display(Name = "产品配置")]
public string Configuration { get; set; }

Property Value

string

Contact

[Display(Name = "联系方式")]
public string Contact { get; set; }

Property Value

string
[Display(Name = "许可证书")]
public string Copyright { get; set; }

Property Value

string

Culture

[Display(Name = "产品区域")]
public string Culture { get; set; }

Property Value

string

DialogMode

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

Property Value

DialogMode

FileVersion

[Display(Name = "文件版本")]
public string FileVersion { get; set; }

Property Value

string

Privacy

[Display(Name = "隐私政策")]
public string Privacy { get; set; }

Property Value

string

ProductDescription

[Display(Name = "产品信息")]
public string ProductDescription { get; set; }

Property Value

string

Title

[Display(Name = "产品名称")]
public string Title { get; set; }

Property Value

string

Trademark

[Display(Name = "产品商标")]
public string Trademark { get; set; }

Property Value

string

Version

[Display(Name = "产品版本")]
public string Version { get; set; }

Property Value

string

WebSet

[Display(Name = "官方网站")]
public string WebSet { get; set; }

Property Value

string

Methods

Invoke(out string)

public override bool Invoke(out string message)

Parameters

message string

Returns

bool

LoadDefault()

public override void LoadDefault()