Click or drag to resize

UserAssignedLaborLevelDetails Structure

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

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

The UserAssignedLaborLevelDetails type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAssignID Gets the key assignment ID of a users labor-level-detail assignment.
Public propertyCode exampleChargeRate The charge rate for a users labor-level-detail
Public propertyCode exampleChargeRateHistory The charge rate for a users labor-level-detail
Public propertyCode exampleCode Gets an assigned labor-level-detail code for a user
Public propertyCode exampleEffDate Gets an assigned labor-level-detail effective date for a user
Public propertyCode exampleID Gets an assigned labor-level-detail ID for a user
Public propertyCode exampleIsActive Gets an assigned labor-level-detail is active status
Public propertyCode exampleIsHomeLL Gets an assigned labor-level-detail is a home labor level status.
Public propertyCode exampleName Gets an assigned labor-level-detail name for a user
Public propertyCode exampleOrdinalPosition Gets the ordinal position of the Labor Level that the LL Detail record falls under.
Public propertyCode exampleParentID Gets an assigned labor-level-detail parent ID for a user
Public propertyCode examplePayRate The pay rate for a users labor-level-detail
Public propertyCode examplePayRateHistory 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