C# Класс BoardGameGeekApiClient.Helpers.BoardGameGeekApiClientHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
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