메소드 | 설명 | |
---|---|---|
CommerceService ( ) : System |
Default constructor
|
|
DoesItemExist ( string itemName, Data rarity, int level ) : bool |
Returns true if the given item exists, else false
|
|
GetItem ( int itemID ) : GW2PAO.API.Data.Entities.Item |
Returns the item information for the items with the given ID
|
|
GetItem ( string itemName, Data rarity, int level ) : GW2PAO.API.Data.Entities.Item |
Returns the item information for the item with the given names
|
|
GetItemID ( string itemName, Data rarity, int level ) : int |
Returns the item ID of the item with the given name
|
|
GetItemPrices ( ICollection |
Returns the ItemPrices of the items with the given item IDs
|
|
GetItemPrices ( int itemId ) : GW2PAO.API.Data.Entities.ItemPrices |
Returns the ItemPrices of the item with the given item ID
|
|
GetItems ( ICollection |
Returns the item information for the items with the given IDs
|
|
ReloadDatabase ( ) : void |
Forces a re-load of the items database
|
public DoesItemExist ( string itemName, Data rarity, int level ) : bool | ||
itemName | string | Name of the item |
rarity | Data | Rarity of the item |
level | int | Level of the item |
리턴 | bool |
public GetItem ( int itemID ) : GW2PAO.API.Data.Entities.Item | ||
itemID | int | ID of the item |
리턴 | GW2PAO.API.Data.Entities.Item |
public GetItem ( string itemName, Data rarity, int level ) : GW2PAO.API.Data.Entities.Item | ||
itemName | string | Name of the item |
rarity | Data | Rarity of the item |
level | int | Level of the item |
리턴 | GW2PAO.API.Data.Entities.Item |
public GetItemID ( string itemName, Data rarity, int level ) : int | ||
itemName | string | Name of the item |
rarity | Data | Rarity of the item |
level | int | Level of the item |
리턴 | int |
public GetItemPrices ( ICollection |
||
itemIds | ICollection |
The items to search for |
리턴 | ItemPrices>.IDictionary |
public GetItemPrices ( int itemId ) : GW2PAO.API.Data.Entities.ItemPrices | ||
itemId | int | the item to retrieve the prices for |
리턴 | GW2PAO.API.Data.Entities.ItemPrices |
public GetItems ( ICollection |
||
itemIDs | ICollection |
IDs of the items to retrieve |
리턴 | GW2PAO.API.Data.Entities.Item>.IDictionary |