Aloe.EnterpriseOne.Model.Core.Transformations Namespace |
| Class | Description | |
|---|---|---|
| DateAdvice |
Specifies what document date will be specified for the generated document.
| |
| DateDeterminationMethod |
Specifies the method used to determine the date of the generated sub-document.
| |
| DocumentGenerationTParent, TOrderItem, TSubDocument |
Abstract base class for document to document generation procedures.
| |
| DocumentGenerationInfoTParent, TSubDocument |
Contains information about a generation procedure, which can be started from a document route.
| |
| DocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItem |
Represents the specification of a fulfillment process in which the fulfillment items are document lines.
| |
| DocumentLinesMatchingFunctionTOrderItem, TFulfillmentItem |
Represents a matching function, based on query, which matches all document lines in one call.
| |
| DocumentLinesToDocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItem |
Represents the specification of a fulfillment process in which the fulfillment items are document lines.
| |
| EnterpriseOneEntityObjectExtensions |
Extensions method for EnterpriseOneEntityObject class for the purposes of Transformations.
| |
| EntityFulfillmentTOrderItem, TFulfillmentItem |
Represents the specification of a fulfillment process in which the fulfillment items are entities.
| |
| FulfillmentTOrderItem, TFulfillmentItem |
Represents a single fulfillment process.
| |
| FulfillmentAdviceTOrderItem, TFulfillmentItem |
Contains suggested measure values used to create fulfillment item.
| |
| GenerationOptions | Contains options for starting the generation. | |
| LambdaMatchingFunctionTOrderItem, TFulfillmentItem |
Represents a matching function, which is provided as lambda expression (actually, a Func).
| |
| MatchingFulfillmentTOrderItem, TFulfillmentItem |
Fulfillment, which matches order and fulfillment items, based on a matching function.
| |
| MatchingFunctionTOrderItem, TFulfillmentItem |
The matching function is used to relate order and execution items in a fulfillment.
| |
| MeasureTOrderItem, TFulfillmentItem |
Measures provide scalar representation of the fulfillment of order items
| |
| MultiDocumentGenerationTParentDocument, TOrderItem, TSubDocument |
Represents a document generation, which generates multiple documents, distinguished by a SplitFunction.
| |
| OrphanHandling |
Specifies what to do when there are orphan fulfillment items.
| |
| ParentLineNumberMatchingFunctionTOrderItem, TFulfillmentItem |
Represents a document lines matching function,
where the order and fulfillment lines are matched by relating a document and line number.
| |
| QueryMatchingFunctionTOrderItem, TFulfillmentItem |
Represents a matching function, which is based on a query.
| |
| SingleDocumentGenerationTParent, TOrderItem, TSubDocument |
Abstract base class for document generation, which generates only a single document each time.
| |
| StartedBy |
Specifies whether a generation was started automatically by the system or manually by the user.
|
| Interface | Description | |
|---|---|---|
| IDocumentGeneration |
Non-generic interface of all document generation procedures.
| |
| IDocumentGenerationInfo |
Contains information about a generation procedure, which can be started from a document route.
| |
| IParentLineByNumber |
The interface provides access to parental information for a document line.
|