Class ClientSettings
Represents all of the strongly-typed application settings loaded from a JSON file.
Inheritance
System.Object
ClientSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Syntax
public class ClientSettings
Properties
Alerts
Declaration
public Alerts Alerts { get; set; }
Property Value
ApplicationTitle
Declaration
public string ApplicationTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public ChangePasswordForm ChangePasswordForm { get; set; }
Property Value
ChangePasswordTitle
Declaration
public string ChangePasswordTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public ErrorsPasswordForm ErrorsPasswordForm { get; set; }
Property Value
MinimumDistance
Declaration
public int MinimumDistance { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MinimumScore
Declaration
public int MinimumScore { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PasswordEntropy
Declaration
public int PasswordEntropy { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Recaptcha
Declaration
public Recaptcha Recaptcha { get; set; }
Property Value
ShowPasswordMeter
Declaration
public bool ShowPasswordMeter { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseEmail
Declaration
public bool UseEmail { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UsePasswordGeneration
Declaration
public bool UsePasswordGeneration { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ValidationRegex
Declaration
public ValidationRegex ValidationRegex { get; set; }
Property Value