Class ContactOptions
[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
[JsonIgnore]
[PropertyItem(typeof(HyperlinkPropertyItem))]
[Display(Name = "发送邮箱")]
public string Email { get; set; }
Property Value
GitHub
[JsonIgnore]
[PropertyItem(typeof(HyperlinkPropertyItem))]
[Display(Name = "GitHub地址")]
public string GitHub { get; set; }
Property Value
GitHubIssue
[JsonIgnore]
[PropertyItem(typeof(HyperlinkPropertyItem))]
[Display(Name = "提出问题")]
public string GitHubIssue { get; set; }
Property Value
Podcast
[JsonIgnore]
[PropertyItem(typeof(HyperlinkPropertyItem))]
[Display(Name = "播客地址")]
public string Podcast { get; set; }
Property Value
[JsonIgnore]
[PropertyItem(typeof(HyperlinkPropertyItem))]
[Display(Name = "添加QQ")]
public string QQ { get; set; }
Property Value
Methods
LoadDefault()
加载默认值。
public override void LoadDefault()