Class RegistorOptions
[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
MailAccount
[Required]
[Display(Name = "发送验证码的邮箱")]
public string MailAccount { get; set; }
Property Value
PrivacypolicyUri
[Display(Name = "隐私策略")]
public string PrivacypolicyUri { get; set; }
Property Value
ServiceAgreementUri
[Display(Name = "应用许可")]
public string ServiceAgreementUri { get; set; }
Property Value
UseMail
[Display(Name = "启用邮箱注册", Description = "启用邮箱注册")]
public bool UseMail { get; set; }
Property Value
Methods
LoadDefault()
加载默认值。
public override void LoadDefault()