C# Class 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,
Afficher le fichier Open project: BF2Statistics/ControlCenter Class Usage Examples

Méthodes publiques

Свойство Type Description
Transpose bool

Méthodes publiques

Méthode Description
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

Method Details

AddRow() public méthode

Adds a new row to the list. If some values are missing, they will be zero filled.
public AddRow ( ) : void
Résultat void

AddRow() public méthode

Adds a new row to the list. If some values are missing, they will be zero filled.
public AddRow ( List Row ) : void
Row List
Résultat void

FormattedOutput() public méthode

Creates a new Instance of FormattedOutput
public FormattedOutput ( ) : System
Résultat System

FormattedOutput() public méthode

Creates a new Instance of FormattedOutput
public FormattedOutput ( List Headers ) : System
Headers List A List of Headers
Résultat System

ToString() public méthode

Converts the Headers and Data into Gamespy ASP Format
public ToString ( ) : string
Résultat string

Property Details

Transpose public_oe property

Gets or sets whether output will be tranposed (Output in an alternate, easy to read format)
public bool Transpose
Résultat bool