User
Creates a user instances.
Gets the global artifact ID of the user.
Gets the case specific artifact ID of the user.
Gets the email Address of the User.
Gets the first name of the user.
Gets the full name of the user, as that is "LastName, FirstName".
Gets the last name of the user.
Initializes a new instance of the User class.
public User(int artifactID, string firstName, string lastName, string emailAddress, int caseUserArtifactID)
Initializes a new instance of the User class.