TimeOffRequestDetailModelStatusType Property |  |
Gets or sets the Status Type
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntaxpublic StatusTypes StatusType { get; set; }
function get_StatusType();
function set_StatusType(value);
Property Value
StatusTypes
Remarks
This value represents the current status of the time off request detail
Please view the Enumerated Values below for a valid list of Enum types.
Enumerated Values
Name | Value |
---|
Requested | 0 |
Approved | 1 |
Denied | 2 |
PartiallyAppoved | 3 |
CancellationRequested | 4 |
CancellationApproved | 5 |
CancellationPartiallyApproved | 6 |
CancellationDenied | 7 |
ExampleRequested,0
See Also