Class LoginSetting
- Namespace
- HeBianGu.Systems.Identity
- Assembly
- HeBianGu.Systems.Identity.dll
public class LoginSetting : LazySettingInstance<LoginSetting>, INotifyPropertyChanged, IDisplayer, ISetting, ILoginOption
- Inheritance
-
LoginSetting
- Implements
-
- Inherited Members
-
- Extension Methods
-
Properties
Company
[Required]
[Display(Name = "公司信息")]
public string Company { get; set; }
Property Value
- string
Copyright
[Required]
[Display(Name = "版权")]
public string Copyright { get; set; }
Property Value
- string
LastPassword
[Required]
[Display(Name = "上次登录密码")]
public string LastPassword { get; set; }
Property Value
- string
LastUserName
[Required]
[Display(Name = "上次登录用户")]
public string LastUserName { get; set; }
Property Value
- string
Logo
[Display(Name = "登录图标")]
public string Logo { get; set; }
Property Value
- string
Password
[Required]
[Display(Name = "密码")]
public string Password { get; set; }
Property Value
- string
PasswordRegular
[Display(Name = "密码规则")]
public string PasswordRegular { get; set; }
Property Value
- string
Product
[Display(Name = "登录标题")]
public string Product { get; set; }
Property Value
- string
ProductFontSize
[Display(Name = "产品名称字体大小")]
[Range(10, 100)]
public int ProductFontSize { get; set; }
Property Value
- int
Remember
[Display(Name = "记住密码")]
public bool Remember { get; set; }
Property Value
- bool
Title
[Display(Name = "登录标题")]
public string Title { get; set; }
Property Value
- string
UserName
[Required]
[Display(Name = "用户")]
public string UserName { get; set; }
Property Value
- string
Version
[Required]
[Display(Name = "版本")]
public string Version { get; set; }
Property Value
- string
Methods
GetDefaultFolder()
protected override string GetDefaultFolder()
Returns
- string
LoadDefault()
public override void LoadDefault()