Click or drag to resize

GetUserLaborLevelIn Structure

A structure used to get a list of GetUserLaborLevelModel
Inheritance Hierarchy
SystemObject
  SystemValueType
    AppOne.Services.V2.ContractsGetUserLaborLevelIn

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

The GetUserLaborLevelIn type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAuthToken Sets the Authentication Token which is required for any communication to the time-web API
* Required Property
Public propertyCode exampleDataAction A simple query abstraction layer used to provide a mechanism by which methods can make simple query calls to various models.
* Required Property
Public propertyCode exampleEffectiveDate The EffectiveDate will find user labor-level-details that where in effect on the given date.
* Required Property
Public propertyCode exampleEnableChargeRateHistory Allows for the UserAssignedLaborLevelDetailsChargeRateHistory data to be populated.
Public propertyCode exampleEnableHierarchyData Gets a labor-level hierarchy data tree structure for UserHierarchyLaborLevelDetails
Public propertyCode exampleEnablePayRateHistory Allows for the UserAssignedLaborLevelDetailsPayRateHistory data to be populated.
Public propertyCode exampleIncludeBasicInfoOnly Process and lookup the GetUserLaborLevelIn structure
Top
Remarks
This struct represents the parameters needed to make a request to the GetUserLaborLevel(GetUserLaborLevelIn) method.

Example
See Also