Click or drag to resize

GetTimeOffPolicyDetailRuleModel Class

This class is the model for retrieving TimeOffPolicyDetailRule information
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsGetTimeOffPolicyDetailRuleModel

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

The GetTimeOffPolicyDetailRuleModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAccrualCap Gets the AccrualCap of the current GetTimeOffPolicyDetailRuleModel
Public propertyCode exampleAccrualCapOnly Gets the AccrualCap of the current GetTimeOffPolicyDetailRuleModel
Public propertyCode exampleBalanceCapOnly Gets the BalanceCap of the current GetTimeOffPolicyDetailRuleModel
Public propertyCode exampleFromMonth Gets the FromMonth of the current GetTimeOffPolicyDetailRuleModel
Public propertyCode exampleHoursToAccrue Gets the HoursToAccrue of the current GetTimeOffPolicyDetailRuleModel
Public propertyCode exampleHoursToAccrueType Gets the HoursToAccrueType of the current GetTimeOffPolicyDetailRuleModel
Public propertyCode exampleID Gets the TimeOffPolicyDetailRule ID of the current GetTimeOffPolicyDetailRuleModel
Public propertyCode exampleMaxCarryOverSecs Gets the MaxCarryOverSecs of the current GetTimeOffPolicyDetailRuleModel
Public propertyCode exampleNegativeMaxSecs Gets the NegativeMaxSecs of the current GetTimeOffPolicyDetailRuleModel
Public propertyCode exampleStopAccrualAtCap Gets the StopAccrualAtCap of the current GetTimeOffPolicyDetailRuleModel
Public propertyCode exampleTimeOffPolicyDetailID Gets the TimeOffPolicyID of the current GetTimeOffPolicyDetailRuleModel
Public propertyCode exampleToMonth Gets the ToMonth of the current GetTimeOffPolicyDetailRuleModel
Public propertyCode exampleTransferOverageAllowed Gets the TransferOverageAllowed of the current GetTimeOffPolicyDetailRuleModel
Public propertyCode exampleTransferOverageFactor Gets the TransferOverageFactor of the current GetTimeOffPolicyDetailRuleModel
Public propertyCode exampleTransferOverageType Gets the TransferOverageType of the current GetTimeOffPolicyDetailRuleModel
Public propertyCode exampleTransferRolloverAllowed Gets the TransferRolloverAllowed of the current GetTimeOffPolicyDetailRuleModel
Public propertyCode exampleTransferRolloverFactor Gets the TransferRolloverFactor of the current GetTimeOffPolicyDetailRuleModel
Public propertyCode exampleTransferRolloverMaxLimit Gets the TransferRolloverMaxLimit of the current GetTimeOffPolicyDetailRuleModel
Top
Remarks
This class is the model for retrieving TimeOffPolicyDetailRule information.

Example
For example code see GetTimeOffPolicyDetailRule(GetTimeOffPolicyDetailRuleIn)
See Also