C# 클래스 SteamWebAPI2.Interfaces.EconItems

상속: SteamWebInterface
파일 보기 프로젝트 열기: babelshift/SteamWebAPI2

공개 메소드들

메소드 설명
EconItems ( string steamWebApiKey, EconItemsAppId appId ) : Steam.Models.GameEconomy
GetPlayerItemsAsync ( long steamId ) : Task

Returns all player earned Steam items for a specific Steam user.

GetSchemaAsync ( string language = "en_us" ) : Task

Returns the economy / item schema for a specific App ID.

GetSchemaForTF2Async ( string language = "en_us" ) : Task

Returns the economy / item schema for a specific App ID.

GetSchemaUrlAsync ( ) : Task

Returns a URL which can be used to access the economy / item schema for a specific App ID.

GetStoreMetaDataAsync ( string language = "" ) : Task

Returns some store meta data for a specific App ID such as banner placement, image placement, drop down behaviors, and more. This seems to drive the game's store pages.

GetStoreStatusAsync ( ) : Task

Returns a status indicator of the current status of a specific App ID.

메소드 상세

EconItems() 공개 메소드

public EconItems ( string steamWebApiKey, EconItemsAppId appId ) : Steam.Models.GameEconomy
steamWebApiKey string
appId EconItemsAppId
리턴 Steam.Models.GameEconomy

GetPlayerItemsAsync() 공개 메소드

Returns all player earned Steam items for a specific Steam user.
public GetPlayerItemsAsync ( long steamId ) : Task
steamId long
리턴 Task

GetSchemaAsync() 공개 메소드

Returns the economy / item schema for a specific App ID.
public GetSchemaAsync ( string language = "en_us" ) : Task
language string
리턴 Task

GetSchemaForTF2Async() 공개 메소드

Returns the economy / item schema for a specific App ID.
public GetSchemaForTF2Async ( string language = "en_us" ) : Task
language string
리턴 Task

GetSchemaUrlAsync() 공개 메소드

Returns a URL which can be used to access the economy / item schema for a specific App ID.
public GetSchemaUrlAsync ( ) : Task
리턴 Task

GetStoreMetaDataAsync() 공개 메소드

Returns some store meta data for a specific App ID such as banner placement, image placement, drop down behaviors, and more. This seems to drive the game's store pages.
public GetStoreMetaDataAsync ( string language = "" ) : Task
language string
리턴 Task

GetStoreStatusAsync() 공개 메소드

Returns a status indicator of the current status of a specific App ID.
public GetStoreStatusAsync ( ) : Task
리턴 Task