Class AboutOptions
[Icon("")]
[Display(Name = "关于", GroupName = "系统设置", Description = "配置关于相关参数")]
public class AboutOptions : IocOptionInstance<AboutOptions>, INotifyPropertyChanged, IDisplayBindable, IIconable, IDable, IDescriptionable, ILoadable, ISaveable, IDefaultable, IClearable, IOptions<AboutOptions>, IAboutOptions, ISettable, INameable, IOrderable, IGroupable
- Inheritance
-
AboutOptions
- Implements
- Inherited Members
- Extension Methods
Constructors
AboutOptions()
public AboutOptions()
Properties
Agreement
[JsonIgnore]
[PropertyItem(typeof(HyperlinkPropertyItem))]
[Display(Name = "服务协议")]
public string Agreement { get; set; }
Property Value
AssemblyVersion
[JsonIgnore]
[Display(Name = "程序集版本", Description = "程序集的版本号,用于标识程序集的唯一性和兼容性")]
public string AssemblyVersion { get; set; }
Property Value
Company
[JsonIgnore]
[Display(Name = "公司信息")]
public string Company { get; set; }
Property Value
Configuration
[JsonIgnore]
[Display(Name = "产品配置")]
public string Configuration { get; set; }
Property Value
Copyright
[JsonIgnore]
[Display(Name = "许可证书")]
public string Copyright { get; set; }
Property Value
Culture
[JsonIgnore]
[Display(Name = "产品区域")]
public string Culture { get; set; }
Property Value
FileVersion
[JsonIgnore]
[Display(Name = "文件版本")]
public string FileVersion { get; set; }
Property Value
Privacy
[JsonIgnore]
[PropertyItem(typeof(HyperlinkPropertyItem))]
[Display(Name = "隐私政策")]
public string Privacy { get; set; }
Property Value
ProductDescription
[JsonIgnore]
[Display(Name = "产品信息")]
public string ProductDescription { get; set; }
Property Value
ProductName
[JsonIgnore]
[Display(Name = "产品名称")]
public string ProductName { get; set; }
Property Value
Trademark
[JsonIgnore]
[Display(Name = "产品商标")]
public string Trademark { get; set; }
Property Value
Version
[JsonIgnore]
[Display(Name = "版本号", Description = "文件的版本号,通常用于标识文件的发布版本")]
public string Version { get; set; }