C# 클래스 BF2Statistics.MapListEntry

파일 보기 프로젝트 열기: BF2Statistics/ControlCenter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GameMode string
MapName string
MapSize int

공개 메소드들

메소드 설명
MapListEntry ( string MapName = "", string GameMode = "", int MapSize = 16 ) : System

Creates a new instance of MapListEntry

ToString ( ) : string

Returns this MapListEntry in Con File Format

메소드 상세

MapListEntry() 공개 메소드

Creates a new instance of MapListEntry
public MapListEntry ( string MapName = "", string GameMode = "", int MapSize = 16 ) : System
MapName string The Map Name for this entry
GameMode string The Gamemode for this entry
MapSize int The Map size of this entry (16,32,64,128)
리턴 System

ToString() 공개 메소드

Returns this MapListEntry in Con File Format
public ToString ( ) : string
리턴 string

프로퍼티 상세

GameMode 공개적으로 프로퍼티

Gets or Sets the Gamemode for this map entry
public string GameMode
리턴 string

MapName 공개적으로 프로퍼티

Gets or Sets the map name of this entry
public string MapName
리턴 string

MapSize 공개적으로 프로퍼티

Gets or Sets the Map size of this entry (16,32,64,128)
public int MapSize
리턴 int