Class UserSearchResult
Represents a user that matches user search query.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Entities.Search
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class UserSearchResult : SearchResult
Constructors
UserSearchResult()
Declaration
public UserSearchResult()
Properties
IsEnabled
Gets or sets the flag indicating that user account is active and not locked.
Declaration
public bool IsEnabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
SecurityRoleId
Gets or sets the identifier of the security role that user is assigned to.
Declaration
public int SecurityRoleId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
SecurityRoleName
Gets the name of the security role that user is assigned to.
Declaration
public string SecurityRoleName { get; set; }
Property Value
Type | Description |
---|---|
String |