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,
파일 보기 프로젝트 열기: BF2Statistics/ControlCenter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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