C# Class NotifierCore.DataProvider.TradingPostApiOfficial

Show file Open project: Zicore/TradingPostNotifier

Public Properties

Property Type Description
CategoriesDB List
DefaultLanguage String
ItemDB Item>.Dictionary
ItemRecipesDB Item>.Dictionary
ItemTradingPostDB Item>.Dictionary
PriceService AggregateListing>.IRepository
ServiceManager ServiceManager
SupportedLanguages HashSet
TradingPostItems ICollection

Public Methods

Method Description
Initialize ( ) : void
LoadCategories ( Item>.Dictionary items ) : void
LoadItemFile ( String language ) : List

Method Details

Initialize() public static method

public static Initialize ( ) : void
return void

LoadCategories() public static method

public static LoadCategories ( Item>.Dictionary items ) : void
items Item>.Dictionary
return void

LoadItemFile() public static method

public static LoadItemFile ( String language ) : List
language String
return List

Property Details

CategoriesDB public static property

public static List CategoriesDB
return List

DefaultLanguage public static property

public static String DefaultLanguage
return String

ItemDB public static property

public static Dictionary ItemDB
return Item>.Dictionary

ItemRecipesDB public static property

public static Dictionary ItemRecipesDB
return Item>.Dictionary

ItemTradingPostDB public static property

public static Dictionary ItemTradingPostDB
return Item>.Dictionary

PriceService public static property

public static IRepository PriceService
return AggregateListing>.IRepository

ServiceManager public static property

public static ServiceManager ServiceManager
return ServiceManager

SupportedLanguages public static property

public static HashSet SupportedLanguages
return HashSet

TradingPostItems public static property

public static ICollection TradingPostItems
return ICollection