Class UserInfo
Inherited Members
Namespace: DataWeb.Identity
Assembly: DataWeb.Core.dll
Syntax
public class UserInfo
Properties
Culture
Declaration
public string Culture { get; set; }
Property Value
Type | Description |
---|---|
string |
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
string |
IsEditable
Declaration
public bool IsEditable { get; set; }
Property Value
Type | Description |
---|---|
bool |
PublishMode
Declaration
public string PublishMode { get; set; }
Property Value
Type | Description |
---|---|
string |
Roles
Declaration
public List<string> Roles { get; set; }
Property Value
Type | Description |
---|---|
List<string> |
UserName
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
string |