Class LoginBoxData
Contains login dialog data.
public class LoginBoxData
- Inheritance
-
LoginBoxData
- Inherited Members
- Extension Methods
Properties
CultureCode
Gets or sets the selected culture code.
public string CultureCode { get; set; }
Property Value
Info
Gets the dialog information.
public DialogInfo Info { get; }
Property Value
Message
Gets or sets the dialog message.
public string Message { get; set; }
Property Value
Password
Gets or sets the password.
public string Password { get; set; }
Property Value
Result
Gets a value indicating whether the dialog result is OK.
public bool Result { get; }
Property Value
SupportedCultures
Gets or sets the supported culture codes.
public string[] SupportedCultures { get; set; }
Property Value
- string[]
UserName
Gets or sets the user name.
public string UserName { get; set; }