Click or drag to resize

UserRates Structure

A structure that contains all the data assigned to a user pay rates meta data profile.
Inheritance Hierarchy
SystemObject
  SystemValueType
    AppOne.Services.V2.ContractsUserRates

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

The UserRates type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleChargeRate Gets the charge rate assigned to a user
Public propertyCode exampleChargeRateEffDate Gets the charge rate start date assigned to a user
Public propertyCode exampleExemptStatus Gets the exemption status assigned to a user
Public propertyCode exampleExemptStatusEffDate Gets the exemption status assignment start date assigned to a user
Public propertyCode examplePayRate Gets the pay rate assigned to a user
Public propertyCode examplePayRateEffDate Gets the pay rate assignment start date assigned to a user
Public propertyCode exampleSalaryType Gets the salary type assigned to a user
Public propertyCode exampleSalaryTypeEffDate Gets the salary type assignment start date assigned to a user
Top
Remarks
A structure that contains all the data assigned to a users pay rates meta data profile.

Note  Note
Setup:
Manager > Employees > Rates Tab
Example
For example code see GetUserDetail(GetUserDetailIn)
See Also