DocumentGenerationTParent, TOrderItem, TSubDocumentRelationshipType Property |
Gets the type of the relationship between the parent document and the sub-documents.
Namespace:
Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ParentDocumentRelationshipType RelationshipType { get; set; }
Public Property RelationshipType As ParentDocumentRelationshipType
Get
Set
public:
virtual property ParentDocumentRelationshipType^ RelationshipType {
ParentDocumentRelationshipType^ get () sealed;
void set (ParentDocumentRelationshipType^ value) sealed;
}
abstract RelationshipType : ParentDocumentRelationshipType with get, set
override RelationshipType : ParentDocumentRelationshipType with get, set
Property Value
Type:
ParentDocumentRelationshipTypeImplements
IDocumentGenerationRelationshipType
See Also