Table of Contents

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

string

LastUserName

[Required]
[Display(Name = "上次登录用户")]
public string LastUserName { get; set; }

Property Value

string
[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

PrivacypolicyUri

[Display(Name = "隐私策略")]
public string PrivacypolicyUri { get; set; }

Property Value

string

Remember

[Display(Name = "记住密码")]
public bool Remember { get; set; }

Property Value

bool

ServiceAgreementUri

[Display(Name = "应用许可")]
public string ServiceAgreementUri { get; set; }

Property Value

string

Title

[Display(Name = "登录标题")]
public string Title { get; set; }

Property Value

string

UseVisitor

[Display(Name = "启用访客", Description = "启用访客模式后登录不成功也可以进入主窗口")]
public bool UseVisitor { get; set; }

Property Value

bool

UserName

[Required]
[Display(Name = "用户")]
public string UserName { get; set; }

Property Value

string

Methods

LoadDefault()

public override void LoadDefault()