Click or drag to resize

IDocumentGenerationInfo Interface

Contains information about a generation procedure, which can be started from a document route.

Namespace:  Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public interface IDocumentGenerationInfo

The IDocumentGenerationInfo type exposes the following members.

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