Click or drag to resize

Aloe.EnterpriseOne.Model.Core.Transformations Namespace

 
Classes
  ClassDescription
Public classDateAdvice
Specifies what document date will be specified for the generated document.
Public classDateDeterminationMethod
Specifies the method used to determine the date of the generated sub-document.
Public classDocumentGenerationTParent, TOrderItem, TSubDocument
Abstract base class for document to document generation procedures.
Public classDocumentGenerationInfoTParent, TSubDocument
Contains information about a generation procedure, which can be started from a document route.
Public classDocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItem
Represents the specification of a fulfillment process in which the fulfillment items are document lines.
Public classDocumentLinesMatchingFunctionTOrderItem, TFulfillmentItem
Represents a matching function, based on query, which matches all document lines in one call.
Public classDocumentLinesToDocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItem
Represents the specification of a fulfillment process in which the fulfillment items are document lines.
Public classEnterpriseOneEntityObjectExtensions
Extensions method for EnterpriseOneEntityObject class for the purposes of Transformations.
Public classEntityFulfillmentTOrderItem, TFulfillmentItem
Represents the specification of a fulfillment process in which the fulfillment items are entities.
Public classFulfillmentTOrderItem, TFulfillmentItem
Represents a single fulfillment process.
Public classFulfillmentAdviceTOrderItem, TFulfillmentItem
Contains suggested measure values used to create fulfillment item.
Public classGenerationOptions
Contains options for starting the generation.
Public classLambdaMatchingFunctionTOrderItem, TFulfillmentItem
Represents a matching function, which is provided as lambda expression (actually, a Func).
Public classMatchingFulfillmentTOrderItem, TFulfillmentItem
Fulfillment, which matches order and fulfillment items, based on a matching function.
Public classMatchingFunctionTOrderItem, TFulfillmentItem
The matching function is used to relate order and execution items in a fulfillment.
Public classMeasureTOrderItem, TFulfillmentItem
Measures provide scalar representation of the fulfillment of order items
Public classMultiDocumentGenerationTParentDocument, TOrderItem, TSubDocument
Represents a document generation, which generates multiple documents, distinguished by a SplitFunction.
Public classOrphanHandling
Specifies what to do when there are orphan fulfillment items.
Public classParentLineNumberMatchingFunctionTOrderItem, TFulfillmentItem
Represents a document lines matching function, where the order and fulfillment lines are matched by relating a document and line number.
Public classQueryMatchingFunctionTOrderItem, TFulfillmentItem
Represents a matching function, which is based on a query.
Public classSingleDocumentGenerationTParent, TOrderItem, TSubDocument
Abstract base class for document generation, which generates only a single document each time.
Public classStartedBy
Specifies whether a generation was started automatically by the system or manually by the user.
Interfaces
  InterfaceDescription
Public interfaceIDocumentGeneration
Non-generic interface of all document generation procedures.
Public interfaceIDocumentGenerationInfo
Contains information about a generation procedure, which can be started from a document route.
Public interfaceIParentLineByNumber
The interface provides access to parental information for a document line.