Click or drag to resize

GetLaborLevelDetailModelParentID Property

The parent labor-level id of the current labor-level-detail item.

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

Property Value

Int32
Remarks
This value represents parent labor-level id of the current labor-level-detail item.

Note  Note
All labor-level IDs (ParentID) are auto-generated and must be created in the time-web user interface. These values cannot be created via a web service. The ParentID is the same as GetLaborLevelModel.ID. To get a list of ParentIDs call the GetLaborLevel(GetLaborLevelIn) method.
Example
90
See Also