Table of Contents

Class LoginSetting

Namespace
HeBianGu.Systems.Setting
Assembly
HeBianGu.Systems.Setting.dll

登录

public class LoginSetting : Setting<LoginSetting>, INotifyPropertyChanged, IDisplayer, ISetting
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