Click or drag to resize

DocumentGenerationInfoTParent, TSubDocument Class

Contains information about a generation procedure, which can be started from a document route.
Inheritance Hierarchy
SystemObject
  Aloe.EnterpriseOne.Model.Core.TransformationsDocumentGenerationInfoTParent, TSubDocument

Namespace:  Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public class DocumentGenerationInfo<TParent, TSubDocument> : IDocumentGenerationInfo
where TParent : Document
where TSubDocument : Document

Type Parameters

TParent
TSubDocument

The DocumentGenerationInfoTParent, TSubDocument type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCode
Gets the code of the generation procedure.
Public propertyConfigurationEntity
Gets the entity that holds configuration information for the generation.
Public propertyDescription
Gets the description of the generation procedure (in the current thread language).
Public propertyParentDocumentRepository
Gets the parent document repository.
Public propertySubDocumentsRepository
Gets the repository of the sub documents.
Public propertySupportsTransitionalSubDocuments
Gets a value indicating whether the generation supports transitional sub documents.
Top
Methods
  NameDescription
Public methodCreateDocumentGenerationProcedure
Create and returns a document generation procedure.
Top
See Also