Click or drag to resize
ProcedureStepType Enumeration
Procedure Step Type

Namespace: CorrigoService.Enums
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public enum ProcedureStepType
Members
  Member nameValueDescription
Unknown0 Empty/unsupported value
Text1 Simple step type which will be marked as "done" with no additional information. Closest to legacy punch list item.
Field2 Step is linked to Custom Field; user will need to provide a value when executing step.
Attribute3 Step is linked to Asset Attribute; user will need to provide a value when executing step; it will be copied into Asset Attribute.
Document4 Step is informational; linked to a document; doesn't need to be marked as done.
See Also