Method | Description | |
---|---|---|
ParseBuyGemValue ( Newtonsoft.Json.Linq.JObject json ) : double | ||
ParseBuyGoldValue ( Newtonsoft.Json.Linq.JObject json ) : double | ||
ParseItem ( |
||
ParseItemListing ( |
||
ParseSearch ( |
||
ParseTransaction ( |
||
UriBuildItem ( int dataId ) : string | ||
UriBuyGems ( int count ) : string | ||
UriBuyGold ( int count ) : string | ||
UriListingItem ( int dataId ) : string | ||
UriSearch ( string query, int offset, int count, String type = null, String subType = null, String rarity = null, String levelmin = null, String levelmax = null, String sortingMode = null, bool descending = false ) : string | ||
UriTransaction ( TransactionType type, int offset, int count ) : string |
public ParseBuyGemValue ( Newtonsoft.Json.Linq.JObject json ) : double | ||
json | Newtonsoft.Json.Linq.JObject | |
return | double |
public ParseBuyGoldValue ( Newtonsoft.Json.Linq.JObject json ) : double | ||
json | Newtonsoft.Json.Linq.JObject | |
return | double |
public ParseItem ( |
||
item | ||
json | Newtonsoft.Json.Linq.JObject | |
return |
public ParseItemListing ( |
||
item | ||
json | Newtonsoft.Json.Linq.JObject | |
return |
public ParseSearch ( |
||
sr | ||
json | Newtonsoft.Json.Linq.JObject | |
return |
public ParseTransaction ( |
||
sr | ||
json | Newtonsoft.Json.Linq.JObject | |
type | TransactionType | |
return |
public UriListingItem ( int dataId ) : string | ||
dataId | int | |
return | string |
public UriSearch ( string query, int offset, int count, String type = null, String subType = null, String rarity = null, String levelmin = null, String levelmax = null, String sortingMode = null, bool descending = false ) : string | ||
query | string | |
offset | int | |
count | int | |
type | String | |
subType | String | |
rarity | String | |
levelmin | String | |
levelmax | String | |
sortingMode | String | |
descending | bool | |
return | string |
public UriTransaction ( TransactionType type, int offset, int count ) : string | ||
type | TransactionType | |
offset | int | |
count | int | |
return | string |