Enum UsersSortField
Defines fields in the User record that can be used for sorting.
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum UsersSortField
  Fields
| Name | Description | 
|---|---|
| ConsumerName | Name of the Consumer account that user belongs to.  | 
      
| Created | Created date and time.  | 
      
User's e-mail address.  | 
      |
| FullName | Full name of the user.  | 
      
| IsEnabled | Flag indicating that user is enabled.  | 
      
| Permission | Value indicating the user access level.  | 
      
| SecurityRoleName | Name of the security role that user is assigned to.  |