Click or drag to resize

AddUserLaborLevelResult Structure

A structure that returns a result list of AddResult for both assigned and home labor level details
Inheritance Hierarchy
SystemObject
  SystemValueType
    AppOne.Services.V2.ContractsAddUserLaborLevelResult

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public struct AddUserLaborLevelResult

The AddUserLaborLevelResult type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAssignedLaborLevelDetails Returns a list of AddResult objects
Public propertyCode exampleEmpIdentifier The employee identifier that is bound to the labor-level-detail result set.
Public propertyCode exampleHomeLaborLevelDetails Returns a list of AddResult objects
Top
Remarks
A structure that returns a result list of AddResult for both assigned and home labor level details.

Example
See Also