Click or drag to resize

OperationServiceExtensions.AddOrderModifierItem Method

Overload List
  NameDescription
Public methodStatic memberAddOrderModifierItem(IOperationService, Int32, IProduct, IProductGroup, IOrder, IOrderCompoundItem, ICredentials, Nullable<Int32>, Nullable<Decimal>)
Adds order item modifier to the compound item in existing order. User must have rights to edit orders.
Public methodStatic memberAddOrderModifierItem(IOperationService, Int32, IProduct, IProductGroup, IOrder, IOrderCompoundItemComponent, ICredentials, Nullable<Int32>, Nullable<Decimal>)
Adds order item modifier to the compound item component in existing order. User must have rights to edit orders.
Public methodStatic memberAddOrderModifierItem(IOperationService, Int32, IProduct, IProductGroup, IOrder, IOrderProductItem, ICredentials, Nullable<Int32>, Nullable<Decimal>)
Adds order item modifier to the order item in existing order. User must have rights to edit orders.
Public methodStatic memberAddOrderModifierItem(IOperationService, Guid, Int32, IProduct, IProductGroup, IOrder, IOrderCompoundItem, ICredentials, Nullable<Int32>, Nullable<Decimal>)
Adds order item modifier to the compound item in existing order. User must have rights to edit orders.
Public methodStatic memberAddOrderModifierItem(IOperationService, Guid, Int32, IProduct, IProductGroup, IOrder, IOrderCompoundItemComponent, ICredentials, Nullable<Int32>, Nullable<Decimal>)
Adds order item modifier to the compound item component in existing order. User must have rights to edit orders.
Public methodStatic memberAddOrderModifierItem(IOperationService, Guid, Int32, IProduct, IProductGroup, IOrder, IOrderProductItem, ICredentials, Nullable<Int32>, Nullable<Decimal>)
Adds order item modifier to the order item in existing order. User must have rights to edit orders.
Top
See Also