Table of Contents

Class LoginSetting

Namespace
H.Modules.Setting.Base
Assembly
H.Modules.Setting.dll

登录

[Display(Name = "登录", GroupName = "基本设置")]
public class LoginSetting : Settable<LoginSetting>, INotifyPropertyChanged, IDisplayBindable, IIconable, IDable, IDescriptionable, ISettable, INameable, IOrderable, IGroupable, ILoadable, ISaveable, IDefaultable, IClearable
Inheritance
LoginSetting
Implements
Inherited Members
Extension Methods

Properties

AutomaticLogin

开机自动启动

[Display(Name = "启动时自动登录")]
public bool AutomaticLogin { get; set; }

Property Value

bool

AutomaticSavePasswod

开机自动启动

[Display(Name = "自动保存密码")]
public bool AutomaticSavePasswod { get; set; }

Property Value

bool

AutomaticStart

开机自动启动

[Display(Name = "开机自动启动")]
public bool AutomaticStart { get; set; }

Property Value

bool