C# Класс BF2Statistics.Web.Bf2Stats.Bf2StatsData

This class loads and contains all of the data found in the Web/Bf2Stats/.xml files
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Armies string>.Dictionary
Maps string>.Dictionary
ModMapIds List>.Dictionary
TheatreMapIds int[]>.Dictionary

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

Метод Описание
GetArmyName ( int ArmyId ) : string

Returns the army title based on the given raarmy id

GetMapName ( int MapId ) : string

Returns the map title based on the given map id

Load ( ) : void

Loads the XML files from the "Web/Bf2Stats" folder. These XML files are used for displaying certain information on some of the Bf2Stats pages

Описание методов

GetArmyName() публичный статический Метод

Returns the army title based on the given raarmy id
public static GetArmyName ( int ArmyId ) : string
ArmyId int
Результат string

GetMapName() публичный статический Метод

Returns the map title based on the given map id
public static GetMapName ( int MapId ) : string
MapId int
Результат string

Load() публичный статический Метод

Loads the XML files from the "Web/Bf2Stats" folder. These XML files are used for displaying certain information on some of the Bf2Stats pages
public static Load ( ) : void
Результат void

Описание свойств

Armies публичное статическое свойство

ArmyId => Army Name. Data generated from ArmyData.xml
public static Dictionary Armies
Результат string>.Dictionary

Maps публичное статическое свойство

MapId => Map Name. Data generated from MapData.xml
public static Dictionary Maps
Результат string>.Dictionary

ModMapIds публичное статическое свойство

ModName => List of MapIds. Data generated from MapData.xml
public static Dictionary> ModMapIds
Результат List>.Dictionary

TheatreMapIds публичное статическое свойство

TheaterName => List of MapIds. Data generated from TeaterData.xml
public static Dictionary TheatreMapIds
Результат int[]>.Dictionary