Class UserSearchResult
Represents a user that matches user search query.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |
---|---|
System.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 |
---|---|
System.Int32 |
SecurityRoleName
Gets the name of the security role that user is assigned to.
Declaration
public string SecurityRoleName { get; set; }
Property Value
Type | Description |
---|---|
System.String |