GetUserTimeOnStatusBoardModel Class | |
This class is the model for retrieving a user’s available punch type statues
Inheritance Hierarchy SystemObject AppOne.Services.V2.ContractsGetUserTimeOnStatusBoardModel Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public class GetUserTimeOnStatusBoardModel
AppOne.Services.V2.Contracts.GetUserTimeOnStatusBoardModel = function();
Type.createClass(
'AppOne.Services.V2.Contracts.GetUserTimeOnStatusBoardModel');
The GetUserTimeOnStatusBoardModel type exposes the following members.
Properties | Name | Description |
---|
| EmpIdentifier |
Gets Employee Number/Identifier
|
| LastTransactionDate |
Gets the LastTransactionDate
|
| LastTransactionDateResult |
Gets the LastTransactionDate result as a date time object
|
| LastTransactionType |
Gets the LastTransactionType name
|
| LastTransctionTypeID |
Gets the LastTransactionType ID
|
| LL01ID |
Gets the labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
|
| LL02ID |
Gets the labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
|
| LL03ID |
Gets the labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
|
| LL04ID |
Gets the labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
|
| LL05ID |
Gets the labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
|
| LL06ID |
Gets the labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
|
| LL07ID |
Gets the labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
|
| LL08ID |
Gets the labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
|
| LL09ID |
Gets the labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
|
| LL10ID |
Gets the labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
|
| LL11ID |
Gets the labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
|
| LL12ID |
Gets the labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
|
| LL13ID |
Gets the labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
|
| LL14ID |
Gets the labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
|
| LL15ID |
Gets the labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
|
TopRemarks
This class is the model for retrieving a user’s available punch type statues.
Example See Also