Click or drag to resize

GetUserLaborLevelModelHomeLaborLevelDetails Property

This class is the model for retrieving the home or default labor levels that are assigned to a user

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public UserHomeLaborLevelDetails HomeLaborLevelDetails { get; set; }

Property Value

UserHomeLaborLevelDetails
Remarks
This class is the model for retrieving 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