Click or drag to resize

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.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class UpdateUserHomeLaborLevelDetails

The UpdateUserHomeLaborLevelDetails type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleLL01EffDate The home labor-level-detail(N) effective date for a user, where N can be 1-15.
Public propertyCode exampleLL01ID The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
Public propertyCode exampleLL02EffDate The home labor-level-detail(N) effective date for a user, where N can be 1-15.
Public propertyCode exampleLL02ID The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
Public propertyCode exampleLL03EffDate The home labor-level-detail(N) effective date for a user, where N can be 1-15.
Public propertyCode exampleLL03ID The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
Public propertyCode exampleLL04EffDate The home labor-level-detail(N) effective date for a user, where N can be 1-15.
Public propertyCode exampleLL04ID The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
Public propertyCode exampleLL05EffDate The home labor-level-detail(N) effective date for a user, where N can be 1-15.
Public propertyCode exampleLL05ID The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
Public propertyCode exampleLL06EffDate The home labor-level-detail(N) effective date for a user, where N can be 1-15.
Public propertyCode exampleLL06ID The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
Public propertyCode exampleLL07EffDate The home labor-level-detail(N) effective date for a user, where N can be 1-15.
Public propertyCode exampleLL07ID The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
Public propertyCode exampleLL08EffDate The home labor-level-detail(N) effective date for a user, where N can be 1-15.
Public propertyCode exampleLL08ID The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
Public propertyCode exampleLL09EffDate The home labor-level-detail(N) effective date for a user, where N can be 1-15.
Public propertyCode exampleLL09ID The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
Public propertyCode exampleLL10EffDate The home labor-level-detail(N) effective date for a user, where N can be 1-15.
Public propertyCode exampleLL10ID The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
Public propertyCode exampleLL11EffDate The home labor-level-detail(N) effective date for a user, where N can be 1-15.
Public propertyCode exampleLL11ID The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
Public propertyCode exampleLL12EffDate The home labor-level-detail(N) effective date for a user, where N can be 1-15.
Public propertyCode exampleLL12ID The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
Public propertyCode exampleLL13EffDate The home labor-level-detail(N) effective date for a user, where N can be 1-15.
Public propertyCode exampleLL13ID The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
Public propertyCode exampleLL14EffDate The home labor-level-detail(N) effective date for a user, where N can be 1-15.
Public propertyCode exampleLL14ID The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
Public propertyCode exampleLL15EffDate The home labor-level-detail(N) effective date for a user, where N can be 1-15.
Public propertyCode exampleLL15ID The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
Top
Remarks
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.

Note  Note
Rules: For general business rules see the class WSUserLaborLevel.
Note  Note
If a user is assigned to home labor-level-detail then they will automatically show up in the UserAssignedLaborLevelDetails struct. If however a user is assigned to a labor-level-detail assignment (UserAssignedLaborLevelDetails) they will not automatically be added to the home labor-level-detail UserHomeLaborLevelDetails. Not all of the 15 home levels have to be used and in most setups only 4-5 are setup.
Example
See Also