Ratings values used for Work Order Verification.
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum WoRating
<SerializableAttribute>
Public Enumeration WoRating
No code example is currently available or this language may not be supported.
Members| Member name | Value | Description |
|---|
| Unknown | 0 |
Unknown
|
| NotVerified | 1 |
Not verified
|
| Negative | 2 |
Negative
|
| Neutral | 3 |
Neutral
|
| Positive | 4 |
Positive
|
| NotCompleted | 5 |
Not completed
|
See Also