Click or drag to resize

TimeOffRequestDetailModel Class

TimeOffRequestDetailModel represents a detail which is a part of the time off request.
Inheritance Hierarchy
SystemObject
  AppOne.Web.Service.Services.V1R0.Customer.ContractsTimeOffRequestDetailModel

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class TimeOffRequestDetailModel

The TimeOffRequestDetailModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleEndDateTime Gets or sets End Date Time
Public propertyCode exampleID Gets or sets Time Off Request Detail ID
Public propertyCode exampleIsDeleted Gets or sets IsDeleted
Public propertyCode exampleMgrNotes Gets or sets Manager Notes
Public propertyCode exampleRequestID Gets or sets Time Off Request ID
Public propertyCode exampleStartDateTime Gets or sets Start Date Time
Public propertyCode exampleStatusChangedBy Gets or sets Status Changed By
Public propertyCode exampleStatusChangedOn Gets or sets Status Changed On
Public propertyCode exampleStatusType Gets or sets the Status Type
Top
Remarks
Each time off request detail represents time off information of a particular day in the time off request period.
See Also