Table of Contents

Class AboutOptions

Namespace
H.Modules.About
Assembly
H.Modules.About.dll
[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

string

AssemblyVersion

[JsonIgnore]
[Display(Name = "程序集版本", Description = "程序集的版本号,用于标识程序集的唯一性和兼容性")]
public string AssemblyVersion { get; set; }

Property Value

string

Company

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

Property Value

string

Configuration

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

Property Value

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

Property Value

string

Culture

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

Property Value

string

FileVersion

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

Property Value

string

Privacy

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

Property Value

string

ProductDescription

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

Property Value

string

ProductName

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

Property Value

string

Trademark

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

Property Value

string

Version

[JsonIgnore]
[Display(Name = "版本号", Description = "文件的版本号,通常用于标识文件的发布版本")]
public string Version { get; set; }

Property Value

string