C# Class BF2Statistics.MapListEntry

Show file Open project: BF2Statistics/ControlCenter Class Usage Examples

Public Properties

Property Type Description
GameMode string
MapName string
MapSize int

Public Methods

Method Description
MapListEntry ( string MapName = "", string GameMode = "", int MapSize = 16 ) : System

Creates a new instance of MapListEntry

ToString ( ) : string

Returns this MapListEntry in Con File Format

Method Details

MapListEntry() public method

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)
return System

ToString() public method

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

Property Details

GameMode public property

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

MapName public property

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

MapSize public property

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