Click or drag to resize

OperationServiceExtensionsAddOrderModifierItem Method

Overload List
  NameDescription
Public methodStatic memberAddOrderModifierItem(IOperationService, Int32, IProduct, IProductGroup, IOrder, IOrderCompoundItem, ICredentials, NullableDecimal)
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, NullableDecimal)
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, NullableDecimal)
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, NullableDecimal)
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, NullableDecimal)
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, NullableDecimal)
Adds order item modifier to the order item in existing order. User must have rights to edit orders.
Top
See Also