Click or drag to resize

OperationArgumentExtensions Class

Inheritance Hierarchy
SystemObject
  Resto.Front.ApiOperationArgumentExtensions

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
public static class OperationArgumentExtensions

The OperationArgumentExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetCommonGroupModifiers
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 methodStatic memberGetCommonSimpleModifiers
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 methodStatic memberGetGroupModifiers
Returns group modifiers of the specified product.
Public methodStatic memberGetSimpleModifiers
Returns simple modifiers of the specified product.
Public methodStatic memberGetSplittableGroupModifiers
Group modifiers that are available for compound item component. See GetTemplatedModifiersParams(IProduct) of the templated products to get default amount settings for them.
Public methodStatic memberGetSplittableSimpleModifiers
Simple modifiers that are available for compound item component. See GetTemplatedModifiersParams(IProduct) of the templated products to get default amount settings for them.
Public methodStatic memberGetUserRoles
Returns roles available for the user.
Public methodStatic memberTryGetOrderExternalDataByKey
Returns external data by key. Use [!:AddOrderExternalData] to add the data in order.
Public methodStatic memberTryGetProductGroupMenuImage
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 methodStatic memberTryGetProductMenuImage
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.
Top
See Also