Click or drag to resize

AddUserAssignedLaborLevelDetails Structure

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

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

The AddUserAssignedLaborLevelDetails type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleChargeRate The charge rate for a users labor-level-detail
Public propertyCode exampleEffDate Gets an assigned labor-level-detail effective date for a user
* Required Property
Public propertyCode exampleID Gets an assigned labor-level-detail ID for a user
* Required Property
Public propertyCode examplePayRate The pay rate for a users labor-level-detail
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