IDocumentGeneration Interface |
Namespace: Aloe.EnterpriseOne.Model.Core.Transformations
The IDocumentGeneration type exposes the following members.
| Name | Description | |
|---|---|---|
| ChangeStateTime |
Gets the change state time.
| |
| CommitTime |
Gets the commit time.
| |
| Description |
Gets the name of the generation.
| |
| GenerateOnlyOnce |
Gets a value indicating whether the generation is activated only when there are no previous sub-documents.
| |
| GenerationExecuted |
Gets a value indicating whether the generation has been already executed.
| |
| RelationshipType |
Gets the type of the relationship between the parent document and the sub-documents.
| |
| Route |
Gets the route, which specifies the generation options.
| |
| SubDocumentsDateDeterminationMethod |
Specifies whether to set the destination document date to the same date as the source.
| |
| SubDocumentsEnterpriseCompany |
Gets the destination enterprise company.
| |
| SubDocumentsEnterpriseCompanyLocation |
Gets the destination enterprise company location.
| |
| SubDocumentsReadOnly |
Gets a value indicating whether the sub-documents should be read only.
| |
| SubDocumentsType |
Gets or sets the document type of the generated document.
| |
| TotalTime |
Gets the total time of the generation including post processing time.
|
| Name | Description | |
|---|---|---|
| GenerateDocuments |
Performs the generation and returns a collection of the generated documents.
| |
| LoadParametersFromRoute |
Loads the parameters of the generation from a document route.
|