ProposalStatus Enumeration |
Proposal Statuses.
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum ProposalStatus
<SerializableAttribute>
Public Enumeration ProposalStatus
No code example is currently available or this language may not be supported.
Members| Member name | Value | Description |
|---|
| Unknown | 0 |
Unsupported value; don't use
|
| Draft | 1 |
Approval process hasn't started yet
|
| Pending | 2 |
Approval is in progress
|
| Approved | 3 |
Proposal approved - terminal status
|
| Rejected | 4 |
Proposal rejected - terminal status
|
| Insufficient | 5 |
No more approvers; and there was approval from actor with sufficient authority
|
| DraftWaiting | 6 |
Found Work - Draft - Waiting to be submitted
|
| SubmittedWaiting | 7 |
Found Work - Submitted - Waiting for Approval
|
| RejectedByCustomer | 8 |
Found Work - Rejected by Customer
|
| RejectedByServiceProvider | 9 |
Found Work - Rejected by Service Provider
|
See Also