C# 클래스 BoardGameGeekApiClient.Helpers.BoardGameGeekApiClientHelper

파일 보기 프로젝트 열기: NemeStats/NemeStats

공개 메소드들

메소드 설명
GetArtists ( this boardgame ) : List
GetBoardGameName ( this boardgame ) : string
GetCategories ( this boardgame ) : List
GetDecimalValue ( this element, string attribute = null, decimal defaultValue = null ) : decimal?
GetDesigners ( this boardgame ) : List
GetExpansionsLinks ( this Boardgame ) : List
GetIntValue ( this element, string attribute = null, int defaultValue = null ) : int?
GetMechanics ( this boardgame ) : List
GetPlayerPollResults ( this xElement ) : List
GetPublishers ( this boardgame ) : List
GetRanking ( this rankingElement ) : int
GetStringValue ( this element, string attribute = null, string defaultValue = "" ) : string
IsExpansion ( this boardgame, string typeAttr = "type" ) : bool

비공개 메소드들

메소드 설명
GetIntResultScore ( this results, string selector ) : int
GetTypeValue ( System.Xml.Linq.XElement boardgame, string type ) : List
SetNumplayers ( this pResult, System.Xml.Linq.XElement results ) : void

메소드 상세

GetArtists() 공개 정적인 메소드

public static GetArtists ( this boardgame ) : List
boardgame this
리턴 List

GetBoardGameName() 공개 정적인 메소드

public static GetBoardGameName ( this boardgame ) : string
boardgame this
리턴 string

GetCategories() 공개 정적인 메소드

public static GetCategories ( this boardgame ) : List
boardgame this
리턴 List

GetDecimalValue() 공개 정적인 메소드

public static GetDecimalValue ( this element, string attribute = null, decimal defaultValue = null ) : decimal?
element this
attribute string
defaultValue decimal
리턴 decimal?

GetDesigners() 공개 정적인 메소드

public static GetDesigners ( this boardgame ) : List
boardgame this
리턴 List

GetExpansionsLinks() 공개 정적인 메소드

public static GetExpansionsLinks ( this Boardgame ) : List
Boardgame this
리턴 List

GetIntValue() 공개 정적인 메소드

public static GetIntValue ( this element, string attribute = null, int defaultValue = null ) : int?
element this
attribute string
defaultValue int
리턴 int?

GetMechanics() 공개 정적인 메소드

public static GetMechanics ( this boardgame ) : List
boardgame this
리턴 List

GetPlayerPollResults() 공개 정적인 메소드

public static GetPlayerPollResults ( this xElement ) : List
xElement this
리턴 List

GetPublishers() 공개 정적인 메소드

public static GetPublishers ( this boardgame ) : List
boardgame this
리턴 List

GetRanking() 공개 정적인 메소드

public static GetRanking ( this rankingElement ) : int
rankingElement this
리턴 int

GetStringValue() 공개 정적인 메소드

public static GetStringValue ( this element, string attribute = null, string defaultValue = "" ) : string
element this
attribute string
defaultValue string
리턴 string

IsExpansion() 공개 정적인 메소드

public static IsExpansion ( this boardgame, string typeAttr = "type" ) : bool
boardgame this
typeAttr string
리턴 bool