C# Класс BF2Statistics.Web.ASP.FormattedOutput

The HeaderDataList class is used to properly format the official Gamespy ASP Header and Data output for Awards and player stats,
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Transpose bool

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

Метод Описание
AddRow ( ) : void

Adds a new row to the list. If some values are missing, they will be zero filled.

AddRow ( List Row ) : void

Adds a new row to the list. If some values are missing, they will be zero filled.

FormattedOutput ( ) : System

Creates a new Instance of FormattedOutput

FormattedOutput ( List Headers ) : System

Creates a new Instance of FormattedOutput

ToString ( ) : string

Converts the Headers and Data into Gamespy ASP Format

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

AddRow() публичный Метод

Adds a new row to the list. If some values are missing, they will be zero filled.
public AddRow ( ) : void
Результат void

AddRow() публичный Метод

Adds a new row to the list. If some values are missing, they will be zero filled.
public AddRow ( List Row ) : void
Row List
Результат void

FormattedOutput() публичный Метод

Creates a new Instance of FormattedOutput
public FormattedOutput ( ) : System
Результат System

FormattedOutput() публичный Метод

Creates a new Instance of FormattedOutput
public FormattedOutput ( List Headers ) : System
Headers List A List of Headers
Результат System

ToString() публичный Метод

Converts the Headers and Data into Gamespy ASP Format
public ToString ( ) : string
Результат string

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

Transpose публичное свойство

Gets or sets whether output will be tranposed (Output in an alternate, easy to read format)
public bool Transpose
Результат bool