| DocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItem Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Aloe.EnterpriseOne.Model.Core.Transformations
 Syntax
Syntaxpublic abstract class DocumentLinesFulfillment<TOrderItem, TFulfillmentDocument, TFulfillmentItem> : EntityFulfillment<TOrderItem, TFulfillmentItem> where TFulfillmentDocument : Document where TFulfillmentItem : DocumentChild
The DocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItem type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | DocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItem | 
            Initializes a new instance of the DocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItem class.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ExecuteForZeroOrderItems | 
            Gets a value indicating whether the fulfillment will execute even for order items with zero remaining values.
            (Inherited from FulfillmentTOrderItem, TFulfillmentItem.) | 
|  | GetOrCreateSubDocument | 
            Gets the get or create function, which returns sub-document for each order item.
             | 
|  | Item | 
            Gets the MeasureTOrderItem, TFulfillmentItem with the specified name.
            (Inherited from FulfillmentTOrderItem, TFulfillmentItem.) | 
|  | Measures | 
            Gets all measures.
            (Inherited from FulfillmentTOrderItem, TFulfillmentItem.) | 
|  | Name | 
            Gets the name.
            (Inherited from FulfillmentTOrderItem, TFulfillmentItem.) | 
|  | OrphanHandling | 
            Specifies orphan handling strategy.
            (Inherited from FulfillmentTOrderItem, TFulfillmentItem.) | 
|  | Transaction | 
            Gets the transaction.
            (Inherited from FulfillmentTOrderItem, TFulfillmentItem.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CreateFulfillmentItems(TOrderItem) | 
            Creates fulfillment items for the specified order item for all remaining quantities.
            (Inherited from FulfillmentTOrderItem, TFulfillmentItem.) | 
|  | CreateFulfillmentItems(TOrderItem, FulfillmentAdviceTOrderItem, TFulfillmentItem) | 
            Creates fulfillment items for the specified order item.
            (Inherited from FulfillmentTOrderItem, TFulfillmentItem.) | 
|  | CreateReverseFulfillmentItems | 
            Creates reverse fulfillment items. Primarily used for reversing orphaned items.
            (Inherited from FulfillmentTOrderItem, TFulfillmentItem.) | 
|  | ExecuteFulfillment | 
            Executes the fulfillment for the specified order items.
            (Inherited from FulfillmentTOrderItem, TFulfillmentItem.) | 
|  | GetFulfillments | 
            Gets the fulfillments of an order item.
            (Inherited from EntityFulfillmentTOrderItem, TFulfillmentItem.) | 
|  | GetFulfillmentsQuery | 
            Gets the fulfillments query.
            (Overrides EntityFulfillmentTOrderItem, TFulfillmentItemGetFulfillmentsQuery(TOrderItem).) | 
|  | GetOrphans | 
            Gets the orphaned fulfillment items.
            (Inherited from FulfillmentTOrderItem, TFulfillmentItem.) | 
 Remarks
Remarks See Also
See Also