C# 클래스 pcAmerica.DesktopPOS.API.Client.InventoryAPI

파일 보기 프로젝트 열기: pcAmerica/CRE-RPE-Client-API-Library 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

GetIndividualModifiers() 공개 메소드

Retrieves the individual modifiers associated with the specified item (modifiers that are not in groups)
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

GetItem() 공개 메소드

Retrieves information about a specific item, including nested modifier groups and modifiers
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

GetItemList() 공개 메소드

Retrieves a list of all inventory items
public GetItemList ( ) : List
리턴 List

GetItemListExtended() 공개 메소드

Retrieves more properties of an item than GetItemList()
public GetItemListExtended ( Context context ) : List
context Context
리턴 List

GetModiferGroupsForItem() 공개 메소드

Retrieves the modifier groups associated with the specified item
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

GetModifierItemsForModifierGroup() 공개 메소드

Retrieves the individual modifiers associated with the specified Modifier Group
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