C# Class BF2Statistics.StatsPythonConfig

Show file Open project: BF2Statistics/ControlCenter

Public Properties

Property Type Description
AspAddress System.Net.IPAddress
AspFile string
AspPort int
CentralAspAddress System.Net.IPAddress
CentralAspFile string
CentralAspPort int
CentralStatsMode int
ClanManager ClanManagerSettings
DebugEnabled bool
MedalDataProfile string
SnapshotLogging int
SnapshotPrefix string
StatsEnabled bool
XpackMedalMods List

Protected Properties

Property Type Description
FileContents string
SettingsFile System.IO.FileInfo

Public Methods

Method Description
Save ( ) : void

Saves the current settings to the BF2Statistics.py file

StatsPythonConfig ( ) : System

Protected Methods

Method Description
ParseSettings ( ) : void

Parses all the config values into this objects internal variables

Method Details

ParseSettings() protected method

Parses all the config values into this objects internal variables
protected ParseSettings ( ) : void
return void

Save() public method

Saves the current settings to the BF2Statistics.py file
public Save ( ) : void
return void

StatsPythonConfig() public method

public StatsPythonConfig ( ) : System
return System

Property Details

AspAddress public property

Gets or Sets the ASP stats server IP address
public IPAddress,System.Net AspAddress
return System.Net.IPAddress

AspFile public property

Gets or Sets the ASP callback script to post Snapshots to
public string AspFile
return string

AspPort public property

Gets or Sets the ASP server port
public int AspPort
return int

CentralAspAddress public property

Gets or Sets the Central Stats Server Ip Address
public IPAddress,System.Net CentralAspAddress
return System.Net.IPAddress

CentralAspFile public property

Gets or Sets the Central Stats Server Callback Script to post snapshots to
public string CentralAspFile
return string

CentralAspPort public property

Gets or Sets the Central Stats Server Port
public int CentralAspPort
return int

CentralStatsMode public property

Gets or Sets the Central Stats Server Mode
public int CentralStatsMode
return int

ClanManager public property

Contains all settings related to the clan manager
public ClanManagerSettings ClanManager
return ClanManagerSettings

DebugEnabled public property

Enables or Disables the debug for the BF2Statistics python scripts
public bool DebugEnabled
return bool

FileContents protected property

The parsable file contents within the SettingsFile
protected string FileContents
return string

MedalDataProfile public property

Gets or sets the Medal Data Profile
public string MedalDataProfile
return string

SettingsFile protected property

Our Bf2StatisticsConfig.py file object
protected FileInfo,System.IO SettingsFile
return System.IO.FileInfo

SnapshotLogging public property

Gets or Sets the Snapshot logging mode for the server
public int SnapshotLogging
return int

SnapshotPrefix public property

Gets or sets the Snapshot prefix
public string SnapshotPrefix
return string

StatsEnabled public property

Enables or Disables Ranked mode
public bool StatsEnabled
return bool

XpackMedalMods public property

Gets or sets the Xpack enabled Medal mods
public List XpackMedalMods
return List