C# Class srcrepair.HUDTlx

Класс для работы с определённым HUD.
Show file Open project: xvitaly/srcrepair Class Usage Examples

Public Methods

Method Description
HUDTlx ( string AppHUDDir, string HDName, string HDGame, string HDURI, string HDUpURI, bool HDIsUp, string HDPreview, string HDUpTime, string HDSite, string HDAd, string HDId, string HDLocal ) : System

Конструктор класса. Получает информацию о выбранном HUD.

Method Details

HUDTlx() public method

Конструктор класса. Получает информацию о выбранном HUD.
public HUDTlx ( string AppHUDDir, string HDName, string HDGame, string HDURI, string HDUpURI, bool HDIsUp, string HDPreview, string HDUpTime, string HDSite, string HDAd, string HDId, string HDLocal ) : System
AppHUDDir string Путь к локальному каталогу с HUD
HDName string Значение Name из БД
HDGame string Значение Game из БД
HDURI string Значение URI из БД
HDUpURI string Значение UpURI из БД
HDIsUp bool Значение IsUpdated из БД
HDPreview string Значение Preview из БД
HDUpTime string
HDSite string Значение Site из БД
HDAd string Значение ArchiveDir из БД
HDId string Значение InstallDir из БД
HDLocal string Локальный путь к файлу с HUD
return System