Table of Contents

Class ContactOptions

Namespace
H.Modules.Help.Contact
Assembly
H.Modules.Help.dll
[Icon("")]
[Display(Name = "联系方式", GroupName = "系统设置", Description = "通过此方式可以联系到开发者")]
public class ContactOptions : IocOptionInstance<ContactOptions>, INotifyPropertyChanged, IDisplayBindable, IIconable, IDable, IDescriptionable, ISettable, INameable, IOrderable, IGroupable, ILoadable, ISaveable, IDefaultable, IClearable, IOptions<ContactOptions>, IContactOptions
Inheritance
ContactOptions
Implements
Inherited Members
Extension Methods

Properties

Blog

[JsonIgnore]
[PropertyItem(typeof(HyperlinkPropertyItem))]
[Display(Name = "博客地址")]
public string Blog { get; set; }

Property Value

string

Email

[JsonIgnore]
[PropertyItem(typeof(HyperlinkPropertyItem))]
[Display(Name = "发送邮箱")]
public string Email { get; set; }

Property Value

string

GitHub

[JsonIgnore]
[PropertyItem(typeof(HyperlinkPropertyItem))]
[Display(Name = "GitHub地址")]
public string GitHub { get; set; }

Property Value

string

GitHubIssue

[JsonIgnore]
[PropertyItem(typeof(HyperlinkPropertyItem))]
[Display(Name = "提出问题")]
public string GitHubIssue { get; set; }

Property Value

string

Podcast

[JsonIgnore]
[PropertyItem(typeof(HyperlinkPropertyItem))]
[Display(Name = "播客地址")]
public string Podcast { get; set; }

Property Value

string

QQ

[JsonIgnore]
[PropertyItem(typeof(HyperlinkPropertyItem))]
[Display(Name = "添加QQ")]
public string QQ { get; set; }

Property Value

string

Methods

LoadDefault()

加载默认值。

public override void LoadDefault()