Click or drag to resize

GetTimeOffPolicyModel Class

This class is the model for retrieving TimeOffPolicy information
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsGetTimeOffPolicyModel

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

The GetTimeOffPolicyModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleDefaultTORToSecs Gets the TimeOffPolicy DefaultTORToSecs (Time Off Requests) in seconds of the current GetTimeOffPolicyModel
Public propertyCode exampleHideAccrued Gets the TimeOffPolicy HideAccrued of the current GetTimeOffPolicyModel
Public propertyCode exampleHideGranted Gets the TimeOffPolicy HideGranted of the current GetTimeOffPolicyModel
Public propertyCode exampleHideIncludeWeekends Gets the TimeOffPolicy HideIncludeWeekends of the current GetTimeOffPolicyModel
Public propertyCode exampleID Gets the TimeOffPolicy ID of the current GetTimeOffPolicyModel
Public propertyCode exampleMinTORRestrictionEnabled Gets the TimeOffPolicy MinTORRestrictionEnabled of the current GetTimeOffPolicyModel
Public propertyCode exampleMinTORSecs Gets the TimeOffPolicy MinTORSecs of the current GetTimeOffPolicyModel
Public propertyCode exampleName Gets the TimeOffPolicy name of the current GetTimeOffPolicyModel
Top
Remarks
This class is the model for retrieving TimeOffPolicy information.

Example
See Also