Click or drag to resize

OperationArgumentExtensions Methods

The OperationArgumentExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodGetCommonGroupModifiers Group modifiers that are available for the whole compound item. See GetTemplatedModifiersParams(IProduct) of the templated products to get default amount settings for them.
Public Extension MethodGetCommonSimpleModifiers Simple modifiers that are available for the whole compound item. See GetTemplatedModifiersParams(IProduct) of the templated products to get default amount settings for them.
Public Extension MethodGetGroupModifiers Returns group modifiers of the specified product.
Public Extension MethodGetKitchenOrderAllExternalData Returns all external data of order. Use [!:AddOrUpdateKitchenOrderExternalData] to add the data in order.
Public Extension MethodGetKitchenOrderItemAllExternalData Returns all external data of kitchen order item. Use [!:AddOrUpdateKitchenOrderItemExternalData] to add the data in order.
Public Extension MethodGetOrderAllExternalData Returns all external data of order. Use [!:AddOrderExternalData] to add the data in order.
Public Extension MethodGetSimpleModifiers Returns simple modifiers of the specified product.
Public Extension MethodGetSplittableGroupModifiers Group modifiers that are available for compound item component. See GetTemplatedModifiersParams(IProduct) of the templated products to get default amount settings for them.
Public Extension MethodGetSplittableSimpleModifiers Simple modifiers that are available for compound item component. See GetTemplatedModifiersParams(IProduct) of the templated products to get default amount settings for them.
Public Extension MethodGetUserRoles Returns roles available for the user.
Public Extension MethodTryGetCurrentAssemblyChartForProduct 
Public Extension MethodTryGetOrderExternalDataByKey Returns external data by key. Use [!:AddOrderExternalData] to add the data in order.
Public Extension MethodTryGetProductGroupMenuImage Returns a byte sequence presenting an image to be shown as a background on a menu button for the specified product group. If the product group doesn't have an image, null will be returned.
Public Extension MethodTryGetProductMenuImage Returns a byte sequence presenting an image to be shown as a background on a menu button for the specified product. If the product doesn't have an image, null will be returned.
Public Extension MethodTryGetTerminalAddress Returns address of the specified terminal or null if the terminal is not available. The address can be IPv4/IPv6/Domain name/Netbios name.
Top
See Also