Class ControlAccountEditorData
Inherited Members
Namespace: DataWeb.Data
Assembly: DataWeb.Core.dll
Syntax
public class ControlAccountEditorData
Properties
ExternalLogins
Declaration
public IEnumerable<string> ExternalLogins { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<string> |
IsPassword
Declaration
public bool IsPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUser
Declaration
public bool IsUser { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |