메소드 | 설명 | |
---|---|---|
GetIndividualModifiers ( Context context, string itemNumber ) : List |
Retrieves the individual modifiers associated with the specified item (modifiers that are not in groups)
|
|
GetItem ( Context context, string itemNumber ) : InventoryItem |
Retrieves information about a specific item, including nested modifier groups and modifiers
|
|
GetItemList ( ) : List |
Retrieves a list of all inventory items
|
|
GetItemListExtended ( Context context ) : List |
Retrieves more properties of an item than GetItemList()
|
|
GetModiferGroupsForItem ( Context context, string itemNumber ) : List |
Retrieves the modifier groups associated with the specified item
|
|
GetModifierItemsForModifierGroup ( Context context, string itemNumber ) : List |
Retrieves the individual modifiers associated with the specified Modifier Group
|
public GetIndividualModifiers ( Context context, string itemNumber ) : List |
||
context | Context | The store id, station id, and cashier id the information should be restricted to. |
itemNumber | string | The item number to retrieve info for |
리턴 | List |
public GetItem ( Context context, string itemNumber ) : InventoryItem | ||
context | Context | The store id, station id, and cashier id the information should be restricted to. |
itemNumber | string | The item number to retrieve info for |
리턴 | InventoryItem |
public GetItemListExtended ( Context context ) : List |
||
context | Context | |
리턴 | List |
public GetModiferGroupsForItem ( Context context, string itemNumber ) : List |
||
context | Context | The store id, station id, and cashier id the information should be restricted to. |
itemNumber | string | The item number to retrieve info for |
리턴 | List |
public GetModifierItemsForModifierGroup ( Context context, string itemNumber ) : List |
||
context | Context | The store id, station id, and cashier id the information should be restricted to. |
itemNumber | string | The item number to retrieve info for |
리턴 | List |