TimeOffRequestModelStatusType 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
Syntax public StatusTypes StatusType { get; set; }
function get_StatusType();
function set_StatusType(value);
Property Value
StatusTypesRemarks
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
Name | Value |
---|
Requested | 0 |
Approved | 1 |
Denied | 2 |
PartiallyAppoved | 3 |
CancellationRequested | 4 |
CancellationApproved | 5 |
CancellationPartiallyApproved | 6 |
CancellationDenied | 7 |
Example Requested,0
See Also