Class IdentifySetting
- Namespace
- System
- Assembly
- HeBianGu.Systems.Identity.dll
public class IdentifySetting : LazySettingInstance<IdentifySetting>, INotifyPropertyChanged, IDisplayer, ISetting
- Inheritance
-
IdentifySetting
- Implements
- Inherited Members
- Extension Methods
Properties
LastPassword
[Required]
[Display(Name = "上次登录密码")]
public string LastPassword { get; set; }
Property Value
LastUserName
[Required]
[Display(Name = "上次登录用户")]
public string LastUserName { get; set; }
Property Value
Logo
[Display(Name = "登录图标")]
public string Logo { get; set; }
Property Value
Password
[Required]
[Display(Name = "密码")]
public string Password { get; set; }
Property Value
PasswordRegular
[Display(Name = "密码规则")]
public string PasswordRegular { get; set; }
Property Value
PrivacypolicyUri
[Display(Name = "隐私策略")]
public string PrivacypolicyUri { get; set; }
Property Value
Remember
[Display(Name = "记住密码")]
public bool Remember { get; set; }
Property Value
ServiceAgreementUri
[Display(Name = "应用许可")]
public string ServiceAgreementUri { get; set; }
Property Value
Title
[Display(Name = "登录标题")]
public string Title { get; set; }
Property Value
UseVisitor
[Display(Name = "启用访客", Description = "启用访客模式后登录不成功也可以进入主窗口")]
public bool UseVisitor { get; set; }
Property Value
UserName
[Required]
[Display(Name = "用户")]
public string UserName { get; set; }
Property Value
Methods
LoadDefault()
public override void LoadDefault()