Click or drag to resize

ApprovalScope Class

Approval Scope is designed as generic child object; Approval Scope objects collection is linked to a parent object (even though at the moment only Customer is supported); it defines what Approval templates parent can use; and what Approval template is default one.
Inheritance Hierarchy

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

The ApprovalScope type exposes the following members.

Properties
 NameDescription
Public propertyActorId This field and ActorTypeId define parent object to which Approval Scope is linked.
Public propertyActorTypeId This field and ActorId define parent object to which Approval Scope is linked.
Public propertyApprovalTemplate Reference to parent Approval.
Public propertyIsDefault Boolean flag; True indicates default Approval for parent object.
Top
See Also