Click or drag to resize

TimeOffRequestModelStatusType Property

Gets or sets the Status Type

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public StatusTypes StatusType { get; set; }

Property Value

StatusTypes
Remarks
This value represents the current status of the time off request Please view the Enumerated Values below for a valid list of Enum types.

Enumerated Values

NameValue
Requested0
Approved1
Denied2
PartiallyAppoved3
CancellationRequested4
CancellationApproved5
CancellationPartiallyApproved6
CancellationDenied7
Example
Requested,0
See Also