Interface IUser
Assembly: TcOpen.Inxton.Abstractions.dll
Syntax
Properties
|
Improve this Doc
View Source
CanUserChangePassword
Declaration
bool CanUserChangePassword { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Email
Declaration
string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Level
Declaration
string Level { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Roles
Declaration
string[] Roles { get; set; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
UserName
Declaration
string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|