UserOut Class

Holds a single user for a list of user details

Definition

Namespace: Ensur.Core.Main.POCOs
Assembly: Ensur.Core.Main (in Ensur.Core.Main.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class UserOut
Inheritance
Object    UserOut

Properties

ACNT_LOCKED Is the user's account locked due to too many password attempts?
ACNT_LOCKED_DATE The date the user's account was locked.
ACTIVE Is the user active or not?
DOMAIN_NAME Which domain the user logs into
EMPLOYEE_NUMBER The user's employee number
FIRST_NAME User's first name
FormalName The user's configured formal name.
LAST_NAME User's last name
LOGGED_IN Is the user currently logged in?
MI User's middle initial
ROLE_DESCRIPTION The type of user (role) in Ensur
SITE_NAME The site the user is licensed with.
USER_ID The user's id
USER_NAME Username used to log into Ensur

See Also