DocumentGenerationTParent, TOrderItem, TSubDocument Class |
Namespace: Aloe.EnterpriseOne.Model.Core.Transformations
public abstract class DocumentGeneration<TParent, TOrderItem, TSubDocument> : IDocumentGeneration where TParent : Document where TSubDocument : Document
The DocumentGenerationTParent, TOrderItem, TSubDocument 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.
| |
| Name |
Gets the name of the generation.
| |
| Options |
Gets the starting options for this particular generation run.
| |
| ParentDocument |
Gets the parent document.
| |
| RelationshipType |
Gets the type of the relationship between the parent document and the sub-documents.
| |
| Route |
Gets the route, which specifies the generation options. Set by a call to LoadParametersFromRoute(Route).
| |
| SingleExecution |
Gets a value indicating whether the generation's business logic expects single execution.
| |
| 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.
| |
| SupportsTransitionalSubDocuments |
Gets a value indicating whether the generation supports transitional sub documents.
| |
| TotalTime |
Gets the total time of the generation including post processing time.
|
| Name | Description | |
|---|---|---|
| DetermineSubDocumentDate |
Determines the suggested sub document date, according to the SubDocumentsDateDeterminationMethod.
| |
| Generate |
Performs the generation and returns a collection of the generated documents.
| |
| LoadParametersFromRoute |
Loads the parameters of the generation from a document route.
|