Class AccountSettings
Represents a class for managing account settings.
Inherited Members
Namespace: DataWeb.Identity
Assembly: DataWeb.Core.dll
Syntax
public class AccountSettings
Properties
FromEmail
Gets or sets the email address of the sender.
Declaration
public string FromEmail { get; set; }
Property Value
Type | Description |
---|---|
string |
FromName
Gets or sets the name of the sender.
Declaration
public string FromName { get; set; }
Property Value
Type | Description |
---|---|
string |
IsEmailCheck
Gets or sets a value indicating whether the email check is required or not.
Declaration
public bool IsEmailCheck { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsPassword
Gets or sets a value indicating whether the password is required or not.
Declaration
public bool IsPassword { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsPasswordCheck
Gets or sets a value indicating whether the password check is required or not.
Declaration
public bool IsPasswordCheck { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsRequireConfirmedEmail
Gets or sets a value indicating whether a confirmed email is required or not.
Declaration
public bool IsRequireConfirmedEmail { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsUserEditable
Gets or sets a value indicating whether the user is editable or not.
Declaration
public bool IsUserEditable { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsUserName
Gets or sets a value indicating whether the user name is required or not.
Declaration
public bool IsUserName { get; set; }
Property Value
Type | Description |
---|---|
bool |
MailTemplate
Gets or sets the mail template.
Declaration
public string MailTemplate { get; set; }
Property Value
Type | Description |
---|---|
string |
RegisterLocation
Gets or sets the registration location.
Declaration
public string RegisterLocation { get; set; }
Property Value
Type | Description |
---|---|
string |
Roles
Gets or sets an array of roles.
Declaration
public string[] Roles { get; set; }
Property Value
Type | Description |
---|---|
string[] |