Click or drag to resize

UpdateUserAssignedLaborLevelDetails Structure

A structure that represents the labor levels that are assigned to a given user.
Inheritance Hierarchy
SystemObject
  SystemValueType
    AppOne.Services.V2.ContractsUpdateUserAssignedLaborLevelDetails

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

The UpdateUserAssignedLaborLevelDetails type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAssignID Gets an assigned labor-level-detail ID for a user
* Required Property
Public propertyCode exampleChargeRate The charge rate for a users labor-level-detail
Public propertyCode exampleEndDateTime Gets an assigned labor-level-detail end date for a user
* Required Property
Public propertyCode exampleIsHomeLL Is this assigned labor level a home labor level
* Required Property
Public propertyCode examplePayRate The pay rate for a users labor-level-detail
Public propertyCode exampleStartDateTime Gets an assigned labor-level-detail start date for a user
* Required Property
Top
Remarks
This struct represents the labor levels that are assigned to a given user. When a user is assigned to a labor level they have the ability to log time against that labor level. A user can be assigned from 0 to many labor levels

Note  Note
Rules: For general business rules see the class WSUserLaborLevel.
Example
See Also