Click or drag to resize
ApprovalTemplate Class
Approval is a hierarchical object which, at a very high level, is used to define a template for creating Proposals (user-friendly name for Approval class is “Approval Escalation Template”). Approval can have between zero and many items (i.e. empty Approvals without items are allowed). Approval can be linked to zero or many scope objects (such as Customers); this link it used when Proposal for scope object is created.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoService.EntitiesApprovalTemplate

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

The ApprovalTemplate type exposes the following members.

Properties
  NameDescription
Public propertyDisplayAs
Displayable name. Max Length=256
Public propertySteps
Top
See Also