Click or drag to resize

ParentDocumentRelationshipType Class

Relationship between parent and child documents
Inheritance Hierarchy

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public sealed class ParentDocumentRelationshipType : Enum

The ParentDocumentRelationshipType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberNextTask
The child document is next task of the parent document. (Complete parent to complete child)
Public fieldStatic memberSubtask
The child document is a sub-task of the parent document. (Complete child to complete parent)
Public fieldvalue__
Top
See Also