Click or drag to resize

StatusTypes Enumeration

Used to represent status type of the time off request and time off request detail.

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public enum StatusTypes
Members
Member nameValueDescription
Requested0 Describe the status as requested
Approved1 Describe the status as approved
Denied2 Describe the status as denied
PartiallyAppoved3 Describe the status as partially appoved
CancellationRequested4 Describe the status as cancellation requested
CancellationApproved5 Describe the status as cancellation approved
CancellationPartiallyApproved6 Describe the status as cancellation partially appoved
CancellationDenied7 Describe the status as cancellation denied
See Also