Click or drag to resize
ApprovalTemplateStep Class
Approval Template Step
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoService.EntitiesApprovalTemplateStep

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class ApprovalTemplateStep : CorrigoEntityWithOptimisticLock

The ApprovalTemplateStep type exposes the following members.

Properties
  NameDescription
Public propertyActorId
Actor Id
Public propertyActorTypeId
This field and the next one define person who is member of the list; can be only Technician or Contact. Supported values: ActorType.Employee, ActorType.LeaseUser and ActorType.CorrigoNet.
Public propertyApprovalTemplateId
Reference to parent Approval.
Public propertyAutoSkipHours
Time interval in hours (business hours only) before application auto-skips unresponsive approver. This is number of hours (not minutes). Supported values 0 - 999. 0 means “No Auto-Skip”.
Public propertyIsParallel
Boolean flag; True means person is used as parallel approver.
Public propertyRuleId
Inclusion rule.
Public propertyStepNumber
1-based value indicating user-defined position of the item in Approval list. Only positive values are allowed; no guarantee values start from 1 or sequential.
Top
See Also