Click or drag to resize

UserPolicies Structure

A structure that contains all assigned to a users policy assignments.
Inheritance Hierarchy
SystemObject
  SystemValueType
    AppOne.Services.V2.ContractsUserPolicies

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

The UserPolicies type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleCallBack Gets the call back policy name assigned to a user
Public propertyCode exampleCallBackEffDate Gets the callback policy effective date assigned to a user
Public propertyCode exampleCallBackID Gets the call back policy ID assigned to a user.
Public propertyCode exampleCompTimeEffDate Gets the comp-time policy effective date assigned to a user
Public propertyCode exampleCompTimeID Gets the comp-time ID assigned to a user.
Public propertyCode exampleCompTimeName Gets the comp time policy name
Public propertyCode exampleExceptions Gets the exception policy name assigned to a user
Public propertyCode exampleExceptionsEffDate Gets the exception policy assignment start date assigned to a user
Public propertyCode exampleExceptionsID Gets the exception policy ID assigned to a user
Public propertyCode exampleFAT Gets the feature access template (FAT) name assigned to a user
Public propertyCode exampleFATEffDate Gets the feature access template (FAT) policy effective date assigned to a user
Public propertyCode exampleFATID Gets the feature access template (FAT) policy ID assigned to a user
Public propertyGroups Gets a UserPolicyGroups structure.
Public propertyCode exampleHolidayList Gets the holiday list name assigned to a user
Public propertyCode exampleHolidayListEffDate Gets the holiday list effective date assigned to a user.
Public propertyCode exampleHolidayListID Gets the holiday list ID assigned to a user.
Public propertyCode exampleIPAccess Gets the IP access policy name assigned to a user
Public propertyMealRestrictions Gets the Enforce Meal details of the User.
Public propertyCode examplePassword Gets the password policy name assigned to a user
Public propertyCode examplePayroll Gets the payroll policy name assigned to a user
Public propertyCode examplePayrollEffDate Gets the payroll policy effective date that it was assigned to the user
Public propertyCode examplePayrollID Gets the payroll policy ID assigned to a user
Public propertyCode examplePreference Gets the preference policy name assigned to a user
Public propertyScheduleEnforcement Gets the Enforce Schedule to the User
Public propertyCode exampleScheduleTemplate Gets the schedule template name assigned to a user
Public propertyCode exampleScheduleTemplateEffDate Gets the schedule template effective date that it was assigned to the user
Public propertyCode exampleShiftDiff Gets the shift differential policy name assigned to a user
Public propertyCode exampleShiftDiffEffDate Gets the shift differential effective date that it was assigned to the user
Public propertyCode exampleShiftDiffID Gets the shift differential ID assigned to a user
Top
Remarks
A structure that contains all assigned to a users policy assignments.

Note  Note
Setup:
Manager > Employees > Policies Tab
Configuration > Payroll Processing
Example
For example code see GetUserDetail(GetUserDetailIn)
See Also