ProcedureStepType Enumeration |
Procedure Step Type
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax [SerializableAttribute]
public enum ProcedureStepType
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
Empty/unsupported value
|
| Text | 1 |
Simple step type which will be marked as "done" with no additional information. Closest to legacy punch list item.
|
| Field | 2 |
Step is linked to Custom Field; user will need to provide a value when executing step.
|
| Attribute | 3 |
Step is linked to Asset Attribute; user will need to provide a value when executing step; it will be copied into Asset Attribute.
|
| Document | 4 |
Step is informational; linked to a document; doesn't need to be marked as done.
|
See Also