Click or drag to resize

ServiceRouterLaborLevelDetailAdd Method

Note: This API is now obsolete.


Namespace: AppOne.Web.Service.Services.V1R0
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
[ObsoleteAttribute]
public int LaborLevelDetailAdd(
	LaborLevelDetailModel Labor
)

Parameters

Labor  LaborLevelDetailModel
An existing LaborLevelDetailModel object

Return Value

Int32
The newly created ID of the passed in LaborLevelDetailModel
Remarks
Use this method to add a single LaborLevelDetailModel object to a specific parent LaborLevelModel.

Note  Note
A LaborLevelDetailModel.LLID element will be the key ID of its parent LaborLevelModel.LLID element.
See Also