[This is preliminary documentation and is subject to change.]
The UserPayrollInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | UserPayrollInfo | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | EmployeeId |
The unique id of the employee
|
![]() | Field1 |
The user-defined field 1
|
![]() | Field2 |
The user-defined field 2
|
![]() | Field3 |
The user-defined field 3
|
![]() | Field4 |
The user-defined field 4
|
![]() | Field5 |
The user-defined field 5
|
![]() | JoiningDate |
The joining date of the member
|
![]() | LeavingDate |
The date when the member leaves the organization
|
![]() | PayrollNotes |
The payroll notes
|
![]() | PayrollStartDate |
The start date of the payroll. This date should match the date from when the
member starts entering the timesheet. This is required to make sure that the biweekly timesheets begin
with the correct week.
|
![]() | TimesheetPeriod |
The Timesheet period
|