Click or drag to resize

GetTimeOffPolicyDetailModel Class

This class is the model for retrieving TimeOffPolicyDetail information
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsGetTimeOffPolicyDetailModel

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

The GetTimeOffPolicyDetailModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAccrualCustomFreq Gets the custom accrual frequency internal
Public propertyCode exampleAccrualCustomFreqRefDate Gets the custom accrual frequency reference date.
Public propertyCode exampleAccrualCustomFreqType Gets the custom accrual frequency type
Public propertyCode exampleAccrualFreqType Gets the accrual frequency type
Public propertyCode exampleAccrualTimeAtType Gets the accrual frequency time type
Public propertyCode exampleAccrueBeforeEmployeeStart Gets the flag that allows accruals to occur before an employee start date
Public propertyCode exampleAdjustmentExceedCapAllowed Gets the flag that allows adjustments to exceed the cap
Public propertyCode exampleAutoResetQualifyByHoursWorked Gets the flag that does not allow employees to use more than X hours in a year
Public propertyCode exampleCalculationType Gets the accrual type used for calculations
Public propertyCode exampleDeductUnpaidTimeFromBalance Gets the flag that deducts unpaid time from balance
Public propertyCode exampleDoNotAllowTORBelowMaxNegative Gets the flag that shows if the available balance will drop below the "Max Negative"
Public propertyCode exampleEmpDashDisplayEnabled Gets the flag that shows if this time off type is shown on the employee dashboard
Public propertyCode exampleEndDateTime Gets the end date time of this time off policy detail
Public propertyCode exampleExcludeOvertimeFromHoursWorked Gets the flag that shows if hours worked should exclude overtime from hours worked calculation
Public propertyCode exampleGrantCustomFreq Gets the custom grant frequency internal
Public propertyCode exampleGrantCustomFreqRefDate Gets the custom grant frequency reference date.
Public propertyCode exampleGrantCustomFreqType Gets the custom grant frequency type
Public propertyCode exampleGrantFirstThenRolloverEnabled Gets the flag that shows when a grant and rollover occur on the same day, grant first then rollover
Public propertyCode exampleGrantFreqType Gets the grant frequency type
Public propertyCode exampleGrantTimeAtType Gets the grant frequency time type
Public propertyCode exampleHideBalanceOnEmpTOR Gets the flag that shows to hide Balance information in request window
Public propertyCode exampleID Gets the TimeOffPolicyDetail ID of the current GetTimeOffPolicyDetailModel
Public propertyCode exampleIsDefaultOnEmpDash Gets the flag that indicates if this time off accrual policy type is the default on the employee dashboard
Public propertyCode exampleIsDeleted Has the time-off policy detail been marked as deleted
Public propertyCode exampleLimitAnnualAccrual Do not accrue time for hours worked over 0 per year.
Public propertyCode exampleMaxAllowedUsedSecs The number of seconds that an employee cannot use in a year
Public propertyCode exampleMaxNegativeIncludeFutureTOR Gets the flag that includes future requests and approvals for max negative calculation.
Public propertyCode exampleMaxNegativeOnRemainingEnabled Gets the flag that shows the max negative is equal to the remaining number of hours to be granted.
Public propertyCode examplePayTypeID Gets the pay type ID
Public propertyCode exampleQualifyMinWorkFreq The number an employee must have worked over a specific duration
Public propertyCode exampleQualifyMinWorkFreqType The duration an employee must have worked over a specific time.
Public propertyCode exampleQualifyMinWorkRequired Requires that an employee meet a minimum number of hours worked before they qualify for the policy
Public propertyCode exampleQualifyMinWorkSecs The number an employee must have worked over a specific duration
Public propertyCode exampleResetDateOther The date when the next accrual period begins
Public propertyCode exampleResetDateType The date when the next accrual period begins
Public propertyCode exampleRestrictAccrualPeriod Restrict the employee from accruing for X period after the accrual start date.
Public propertyCode exampleRestrictAccrualPeriodType Restrict the employee from accruing for X period after the accrual start date.
Public propertyCode exampleRestrictMinWorkRequired Requires that employee meet a minimum number of hours worked during the accrual period before they will earn time for this accrual period
Public propertyCode exampleRestrictMinWorkSecs The number of seconds worked during the accrual period before they will earn time for this accrual period
Public propertyCode exampleRestrictProbationPeriod Restrict prohibition for X period
Public propertyCode exampleRestrictProbationPeriodType Restrict prohibition for X period.
Public propertyCode exampleRestrictUsedHoursEnabled Do not allow employees to use more than X hours in a year
Public propertyCode exampleSeniorityDateType The seniority date type
Public propertyCode exampleStartDateTime Gets the start date time of this time off policy detail
Public propertyCode exampleTimeOffPolicyID Gets the TimeOffPolicyID of the current GetTimeOffPolicyDetailModel
Public propertyCode exampleTORAllowed Allow time off requests for this type
Public propertyCode exampleTORBalanceAdjustmentType The time off request balance adjustment type
Public propertyCode exampleUseProjectedAvailableBalance Use the projected available balance instead of the current available balance for time-off-requests balances that do not drop below negative numbers
Public propertyCode exampleWorkHoursRequiredForAccrual The accrual type hours worked option where accrue after every X hours worked is enabled
Public propertyCode exampleWorkYearHours The accrual type hours worked option where a work year consists of X hours
Top
Remarks
This class is the model for retrieving TimeOffPolicyDetail information.

Example
See Also