C# Class NotifierCore.DataProvider.TradingPostApiOfficial

Mostra 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_oe static_oe property

public static List CategoriesDB
return List

DefaultLanguage public_oe static_oe property

public static String DefaultLanguage
return String

ItemDB public_oe static_oe property

public static Dictionary ItemDB
return Item>.Dictionary

ItemRecipesDB public_oe static_oe property

public static Dictionary ItemRecipesDB
return Item>.Dictionary

ItemTradingPostDB public_oe static_oe property

public static Dictionary ItemTradingPostDB
return Item>.Dictionary

PriceService public_oe static_oe property

public static IRepository PriceService
return AggregateListing>.IRepository

ServiceManager public_oe static_oe property

public static ServiceManager ServiceManager
return ServiceManager

SupportedLanguages public_oe static_oe property

public static HashSet SupportedLanguages
return HashSet

TradingPostItems public_oe static_oe property

public static ICollection TradingPostItems
return ICollection