| ApprovalTemplateStep Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class ApprovalTemplateStep : CorrigoEntityWithOptimisticLock
The ApprovalTemplateStep type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ActorId | 
            Actor Id
             | 
|  | ActorTypeId | 
            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.
             | 
|  | ApprovalTemplateId | 
            Reference to parent Approval.
             | 
|  | AutoSkipHours | 
            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”.
             | 
|  | IsParallel | 
            Boolean flag; True means person is used as parallel approver.
             | 
|  | RuleId | 
            Inclusion rule.
             | 
|  | StepNumber | 
            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.
             | 
 See Also
See Also