DocumentParentDocumentRelationshipType Property |
Type of relationship between the current document and the parent document(s). Affects the constraints for execution/completion for the documents. Possible values: 'S' = 'Subtask', 'N' = 'Next task'.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<ParentDocumentRelationshipType> ParentDocumentRelationshipType { get; set; }
Public Property ParentDocumentRelationshipType As Nullable(Of ParentDocumentRelationshipType)
Get
Set
public:
property Nullable<ParentDocumentRelationshipType^>^ ParentDocumentRelationshipType {
Nullable<ParentDocumentRelationshipType^>^ get ();
void set (Nullable<ParentDocumentRelationshipType^>^ value);
}
member ParentDocumentRelationshipType : Nullable<ParentDocumentRelationshipType> with get, set
Property Value
Type:
NullableParentDocumentRelationshipType
See Also