Click or drag to resize

UserAssignedLaborLevelDetailsChargeRateHistory Structure

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

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

The UserAssignedLaborLevelDetailsChargeRateHistory type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleEndDateTime An assigned labor-level-detail charge rate end date for a user
* Required Property
Public propertyCode exampleStartDateTime An assigned labor-level-detail charge rate start date for a user
* Required Property
Public propertyCode exampleValue The charge rate for a users labor-level-detail
Top
Remarks
This struct represents the labor levels details charge rate that are assigned to a given user.

Example
See Also