AddLaborLevelDetailModelParentID Property | |
The parent labor-level id of the current labor-level-detail item.
* Required Property
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int ParentID { get; set; }
function get_ParentID();
function set_ParentID(value);
Property Value
Int32Remarks
This value represents parent labor-level id of the current labor-level-detail item.
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