Click or drag to resize

GetUserTimeOffRequestDetailModel Class

This class is the model for retrieving user time-off request detail data.
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsGetUserTimeOffRequestDetailModel

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

The GetUserTimeOffRequestDetailModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleEndDateTime The end date-time of the current user time-off request detail
Public propertyCode exampleEndDateTimeSchema The end date-time of the current user time-off detail as a specified pattern
Public propertyCode exampleID The time-off id of the current user time-off request detail.
Public propertyCode exampleIsDeleted Has the time-off request detail been marked as deleted
Public propertyCode exampleMgrNotes The manager notes for this time-off request detail
Public propertyCode exampleStartDateTime The start date-time of the current user time-off request detail
Public propertyCode exampleStartDateTimeSchema The start date-time of the current user time-off detail as a specified pattern
Public propertyCode exampleStatusChangedBy The last user who changed the status of the time-off request detail
Public propertyCode exampleStatusChangedOn The date time the status of the time-off request detail was updated
Public propertyCode exampleStatusType The status type of the current user time-off request
Top
Remarks
This class is the model for retrieving user time-off request detail data.. User time-off requests are assigned on a per user basis.

Note  Note
This object is read-only. Direct access to setting these values must be done in the time-web user interface or through and AddModel
Example
See Also