UpdateUserHomeLaborLevelDetails Class | |
This class is the model for adding and updating the home or default labor levels that are assigned to a user
Inheritance Hierarchy SystemObject AppOne.Services.V2.ContractsUpdateUserHomeLaborLevelDetails Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public class UpdateUserHomeLaborLevelDetails
AppOne.Services.V2.Contracts.UpdateUserHomeLaborLevelDetails = function();
Type.createClass(
'AppOne.Services.V2.Contracts.UpdateUserHomeLaborLevelDetails');
The UpdateUserHomeLaborLevelDetails type exposes the following members.
Properties | Name | Description |
---|
| LL01EffDate |
The home labor-level-detail(N) effective date for a user, where N can be 1-15.
|
| LL01ID |
The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
|
| LL02EffDate |
The home labor-level-detail(N) effective date for a user, where N can be 1-15.
|
| LL02ID |
The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
|
| LL03EffDate |
The home labor-level-detail(N) effective date for a user, where N can be 1-15.
|
| LL03ID |
The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
|
| LL04EffDate |
The home labor-level-detail(N) effective date for a user, where N can be 1-15.
|
| LL04ID |
The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
|
| LL05EffDate |
The home labor-level-detail(N) effective date for a user, where N can be 1-15.
|
| LL05ID |
The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
|
| LL06EffDate |
The home labor-level-detail(N) effective date for a user, where N can be 1-15.
|
| LL06ID |
The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
|
| LL07EffDate |
The home labor-level-detail(N) effective date for a user, where N can be 1-15.
|
| LL07ID |
The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
|
| LL08EffDate |
The home labor-level-detail(N) effective date for a user, where N can be 1-15.
|
| LL08ID |
The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
|
| LL09EffDate |
The home labor-level-detail(N) effective date for a user, where N can be 1-15.
|
| LL09ID |
The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
|
| LL10EffDate |
The home labor-level-detail(N) effective date for a user, where N can be 1-15.
|
| LL10ID |
The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
|
| LL11EffDate |
The home labor-level-detail(N) effective date for a user, where N can be 1-15.
|
| LL11ID |
The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
|
| LL12EffDate |
The home labor-level-detail(N) effective date for a user, where N can be 1-15.
|
| LL12ID |
The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
|
| LL13EffDate |
The home labor-level-detail(N) effective date for a user, where N can be 1-15.
|
| LL13ID |
The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
|
| LL14EffDate |
The home labor-level-detail(N) effective date for a user, where N can be 1-15.
|
| LL14ID |
The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
|
| LL15EffDate |
The home labor-level-detail(N) effective date for a user, where N can be 1-15.
|
| LL15ID |
The home 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 adding and updating the home or default labor levels that are assigned to a given user. A user can be assigned up-to 15 default labor levels. Home labor levels are the values
that default to a user when entering in time if the user is unable to choose their labor levels.
Example See Also