Click or drag to resize

UserAssignedLaborLevelDetailsPayRateHistory Structure

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

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

The UserAssignedLaborLevelDetailsPayRateHistory type exposes the following members.

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

Example
See Also