Click or drag to resize

UserHomeLaborLevelDetailsLL10ParentID Property

Gets the home labor-level-(N) ID or ParentID for a user, where N can be 1-15 and ID is the detail key.

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

Property Value

Int32
Remarks
This value represent the home labor level or cost center at LaborLevel(N) where N can be 1-15 (i.e. LaborLevel1, LaborLevel15). A home labor level is a default labor level that will be assigned to the employee if they don't have the option to set it. There are currently a maximum of 15 different labor level slots available. Every labor-level-detail is a child of a higher labor-level. The LL(N)ParentID will also map to a [GetLaborLevelModel].[ID]

Example
89
See Also