StoreOrderToStoreTransactionDocumentGeneration Class |
Namespace: Aloe.EnterpriseOne.Model.Logistics.Inventory
The StoreOrderToStoreTransactionDocumentGeneration type exposes the following members.
| Name | Description | |
|---|---|---|
| StoreOrderToStoreTransactionDocumentGeneration |
Initializes a new instance of the StoreOrderToStoreTransactionDocumentGeneration class.
|
| Name | Description | |
|---|---|---|
| ChangeStateTime |
Gets the change state time.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.) | |
| CheckDirectOrderExecution |
Gets a value indicating whether the generation should check if the store allows direct order execution.
| |
| CommitTime |
Gets the commit time.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.) | |
| Description |
Gets the name of the generation.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.) | |
| GenerateOnlyOnce |
Gets a value indicating whether the generation is activated only when there are no previous sub-documents.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.) | |
| GenerationExecuted |
Gets a value indicating whether the generation has been already executed.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.) | |
| Name |
Gets the name of the generation.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.) | |
| Options |
Gets the starting options for this particular generation run.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.) | |
| ParentDocument |
Gets the parent document.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.) | |
| RelationshipType |
Gets the type of the relationship between the parent document and the sub-documents.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.) | |
| Route |
Gets the route, which specifies the generation options. Set by a call to LoadParametersFromRoute(Route).
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.) | |
| SingleExecution |
Gets a value indicating whether the generation's business logic expects single execution.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.) | |
| SubDocumentsDateDeterminationMethod |
Specifies whether to set the destination document date to the same date as the source.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.) | |
| SubDocumentsEnterpriseCompany |
Gets the destination enterprise company.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.) | |
| SubDocumentsEnterpriseCompanyLocation |
Gets the destination enterprise company location.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.) | |
| SubDocumentsReadOnly |
Gets a value indicating whether the sub-documents should be read only.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.) | |
| SubDocumentsType |
Gets or sets the document type of the generated document.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.) | |
| SupportsTransitionalSubDocuments |
Gets a value indicating whether the generation supports transitional sub documents.
(Overrides DocumentGenerationTParent, TOrderItem, TSubDocumentSupportsTransitionalSubDocuments.) | |
| TotalTime |
Gets the total time of the generation including post processing time.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.) |
| Name | Description | |
|---|---|---|
| DetermineSubDocumentDate |
Determines the suggested sub document date, according to the SubDocumentsDateDeterminationMethod.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.) | |
| Generate |
Performs the generation and returns a collection of the generated documents.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.) | |
| LoadParametersFromRoute |
Loads the parameters of the generation from a document route.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.) |