Click or drag to resize

EntityFulfillmentTOrderItem, TFulfillmentItem Class

Represents the specification of a fulfillment process in which the fulfillment items are entities.
Inheritance Hierarchy

Namespace:  Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public abstract class EntityFulfillment<TOrderItem, TFulfillmentItem> : Fulfillment<TOrderItem, TFulfillmentItem>
where TFulfillmentItem : EnterpriseOneEntityObject

Type Parameters

TOrderItem
The type of the order item.
TFulfillmentItem
The type of the fulfillment item.

The EntityFulfillmentTOrderItem, TFulfillmentItem type exposes the following members.

Constructors
  NameDescription
Public methodEntityFulfillmentTOrderItem, TFulfillmentItem
Initializes a new instance of the EntityFulfillmentTOrderItem, TFulfillmentItem class.
Top
Properties
  NameDescription
Public propertyExecuteForZeroOrderItems
Gets a value indicating whether the fulfillment will execute even for order items with zero remaining values.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public propertyItem (Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public propertyMeasures
Gets all measures.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public propertyName
Gets the name.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public propertyOrphanHandling
Specifies orphan handling strategy.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public propertyTransaction
Gets the transaction.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Top
Methods
  NameDescription
Public methodCreateFulfillmentItems(TOrderItem)
Creates fulfillment items for the specified order item for all remaining quantities.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public methodCreateFulfillmentItems(TOrderItem, FulfillmentAdviceTOrderItem, TFulfillmentItem)
Creates fulfillment items for the specified order item.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public methodCreateReverseFulfillmentItems
Creates reverse fulfillment items. Primarily used for reversing orphaned items.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public methodExecuteFulfillment
Executes the fulfillment for the specified order items.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public methodGetFulfillments
Gets the fulfillments of an order item.
(Overrides FulfillmentTOrderItem, TFulfillmentItemGetFulfillments(TOrderItem).)
Public methodGetFulfillmentsQuery
Gets the fulfillments query.
Public methodGetOrphans
Gets the orphaned fulfillment items.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Top
See Also