Interface IUser
The payroll user client object
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IUser : IModel, IAttributeObject, IKeyEquatable<IUser>, IEquatable<IUser>
Properties
Culture
The user culture name based on RFC 4646
Declaration
string Culture { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FirstName
The first name of the user
Declaration
string FirstName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Identifier
The user unique identifier
Declaration
string Identifier { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LastName
The last name of the user
Declaration
string LastName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Password
The user password
Declaration
string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserType
The user type
Declaration
UserType UserType { get; set; }
Property Value
| Type | Description |
|---|---|
| UserType |