Click or drag to resize

IDocumentGeneration Interface

Non-generic interface of all document generation procedures.

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

The IDocumentGeneration type exposes the following members.

Properties
  NameDescription
Public propertyChangeStateTime
Gets the change state time.
Public propertyCommitTime
Gets the commit time.
Public propertyDescription
Gets the name of the generation.
Public propertyGenerateOnlyOnce
Gets a value indicating whether the generation is activated only when there are no previous sub-documents.
Public propertyGenerationExecuted
Gets a value indicating whether the generation has been already executed.
Public propertyRelationshipType
Gets the type of the relationship between the parent document and the sub-documents.
Public propertyRoute
Gets the route, which specifies the generation options.
Public propertySubDocumentsDateDeterminationMethod
Specifies whether to set the destination document date to the same date as the source.
Public propertySubDocumentsEnterpriseCompany
Gets the destination enterprise company.
Public propertySubDocumentsEnterpriseCompanyLocation
Gets the destination enterprise company location.
Public propertySubDocumentsReadOnly
Gets a value indicating whether the sub-documents should be read only.
Public propertySubDocumentsType
Gets or sets the document type of the generated document.
Public propertyTotalTime
Gets the total time of the generation including post processing time.
Top
Methods
  NameDescription
Public methodGenerateDocuments
Performs the generation and returns a collection of the generated documents.
Public methodLoadParametersFromRoute
Loads the parameters of the generation from a document route.
Top
See Also