C# Class BF2Statistics.StatsPythonConfig

Afficher le fichier Open project: BF2Statistics/ControlCenter

Méthodes publiques

Свойство 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

Свойство Type Description
FileContents string
SettingsFile System.IO.FileInfo

Méthodes publiques

Méthode Description
Save ( ) : void

Saves the current settings to the BF2Statistics.py file

StatsPythonConfig ( ) : System

Méthodes protégées

Méthode Description
ParseSettings ( ) : void

Parses all the config values into this objects internal variables

Method Details

ParseSettings() protected méthode

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

Save() public méthode

Saves the current settings to the BF2Statistics.py file
public Save ( ) : void
Résultat void

StatsPythonConfig() public méthode

public StatsPythonConfig ( ) : System
Résultat System

Property Details

AspAddress public_oe property

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

AspFile public_oe property

Gets or Sets the ASP callback script to post Snapshots to
public string AspFile
Résultat string

AspPort public_oe property

Gets or Sets the ASP server port
public int AspPort
Résultat int

CentralAspAddress public_oe property

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

CentralAspFile public_oe property

Gets or Sets the Central Stats Server Callback Script to post snapshots to
public string CentralAspFile
Résultat string

CentralAspPort public_oe property

Gets or Sets the Central Stats Server Port
public int CentralAspPort
Résultat int

CentralStatsMode public_oe property

Gets or Sets the Central Stats Server Mode
public int CentralStatsMode
Résultat int

ClanManager public_oe property

Contains all settings related to the clan manager
public ClanManagerSettings ClanManager
Résultat ClanManagerSettings

DebugEnabled public_oe property

Enables or Disables the debug for the BF2Statistics python scripts
public bool DebugEnabled
Résultat bool

FileContents protected_oe property

The parsable file contents within the SettingsFile
protected string FileContents
Résultat string

MedalDataProfile public_oe property

Gets or sets the Medal Data Profile
public string MedalDataProfile
Résultat string

SettingsFile protected_oe property

Our Bf2StatisticsConfig.py file object
protected FileInfo,System.IO SettingsFile
Résultat System.IO.FileInfo

SnapshotLogging public_oe property

Gets or Sets the Snapshot logging mode for the server
public int SnapshotLogging
Résultat int

SnapshotPrefix public_oe property

Gets or sets the Snapshot prefix
public string SnapshotPrefix
Résultat string

StatsEnabled public_oe property

Enables or Disables Ranked mode
public bool StatsEnabled
Résultat bool

XpackMedalMods public_oe property

Gets or sets the Xpack enabled Medal mods
public List XpackMedalMods
Résultat List