Click or drag to resize

LaborLevelIDList Structure

A labor level list of all 15 labor level IDs.
Inheritance Hierarchy
SystemObject
  SystemValueType
    AppOne.Services.V2LaborLevelIDList

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

The LaborLevelIDList type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleLL01ID A labor-level-detail(N) ID for a user, where N can be 1-15 and ID is a valid labor-level-detail ID
Public propertyCode exampleLL02ID A labor-level-detail(N) ID for a user, where N can be 1-15 and ID is a valid labor-level-detail ID
Public propertyCode exampleLL03ID A labor-level-detail(N) ID for a user, where N can be 1-15 and ID is a valid labor-level-detail ID
Public propertyCode exampleLL04ID A labor-level-detail(N) ID for a user, where N can be 1-15 and ID is a valid labor-level-detail ID
Public propertyCode exampleLL05ID A labor-level-detail(N) ID for a user, where N can be 1-15 and ID is a valid labor-level-detail ID
Public propertyCode exampleLL06ID A labor-level-detail(N) ID for a user, where N can be 1-15 and ID is a valid labor-level-detail ID
Public propertyCode exampleLL07ID A labor-level-detail(N) ID for a user, where N can be 1-15 and ID is a valid labor-level-detail ID
Public propertyCode exampleLL08ID A labor-level-detail(N) ID for a user, where N can be 1-15 and ID is a valid labor-level-detail ID
Public propertyCode exampleLL09ID A labor-level-detail(N) ID for a user, where N can be 1-15 and ID is a valid labor-level-detail ID
Public propertyCode exampleLL10ID A labor-level-detail(N) ID for a user, where N can be 1-15 and ID is a valid labor-level-detail ID
Public propertyCode exampleLL11ID A labor-level-detail(N) ID for a user, where N can be 1-15 and ID is a valid labor-level-detail ID
Public propertyCode exampleLL12ID A labor-level-detail(N) ID for a user, where N can be 1-15 and ID is a valid labor-level-detail ID
Public propertyCode exampleLL13ID A labor-level-detail(N) ID for a user, where N can be 1-15 and ID is a valid labor-level-detail ID
Public propertyCode exampleLL14ID A labor-level-detail(N) ID for a user, where N can be 1-15 and ID is a valid labor-level-detail ID
Public propertyCode exampleLL15ID A labor-level-detail(N) ID for a user, where N can be 1-15 and ID is a valid labor-level-detail ID
Top
Example
JavaScript
"LaborLevelIDs":{
    "LL01ID":2147483647,
    "LL02ID":2147483647,
    "LL03ID":2147483647,
    "LL04ID":2147483647,
    "LL05ID":2147483647,
    "LL06ID":2147483647,
    "LL07ID":2147483647,
    "LL08ID":2147483647,
    "LL09ID":2147483647,
    "LL10ID":2147483647,
    "LL11ID":2147483647,
    "LL12ID":2147483647,
    "LL13ID":2147483647,
    "LL14ID":2147483647,
    "LL15ID":2147483647
}
See Also