Table of Contents

Class RegistorOptions

Namespace
H.Modules.Login
Assembly
H.Modules.Login.dll
[Display(Name = "注册页面设置", GroupName = "系统设置", Description = "注册页面设置的信息")]
public class RegistorOptions : IocOptionInstance<RegistorOptions>, INotifyPropertyChanged, IDisplayBindable, IIconable, IDable, IDescriptionable, ISettable, INameable, IOrderable, IGroupable, ILoadable, ISaveable, IDefaultable, IClearable, IOptions<RegistorOptions>, IRegistorOptions
Inheritance
RegistorOptions
Implements
Inherited Members
Extension Methods

Properties

Image

[Display(Name = "左侧图片")]
public string Image { get; set; }

Property Value

string

MailAccount

[Required]
[Display(Name = "发送验证码的邮箱")]
public string MailAccount { get; set; }

Property Value

string

PrivacypolicyUri

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

Property Value

string

ServiceAgreementUri

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

Property Value

string

UseMail

[Display(Name = "启用邮箱注册", Description = "启用邮箱注册")]
public bool UseMail { get; set; }

Property Value

bool

Methods

LoadDefault()

加载默认值。

public override void LoadDefault()