Interface ILocalUser
Assembly: ImageVault.Web.dll
Syntax
public interface ILocalUser
Properties
Email
Declaration
string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
Property Value
Type |
Description |
System.String |
|
IsApproved
Declaration
Property Value
Type |
Description |
System.Boolean |
|
IsLockedOut
Declaration
bool IsLockedOut { get; }
Property Value
Type |
Description |
System.Boolean |
|
Logins
Declaration
IList<LoginInfo> Logins { get; }
Property Value
Type |
Description |
System.Collections.Generic.IList<LoginInfo> |
|
UserName
Declaration
string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
GetRoleIds()
Declaration
IList<string> GetRoleIds()
Returns
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
HasPassword()
Declaration
Returns
Type |
Description |
System.Boolean |
|