C# 클래스 BF2Statistics.StatsPythonConfig

파일 보기 프로젝트 열기: BF2Statistics/ControlCenter

공개 프로퍼티들

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

보호된 프로퍼티들

프로퍼티 타입 설명
FileContents string
SettingsFile System.IO.FileInfo

공개 메소드들

메소드 설명
Save ( ) : void

Saves the current settings to the BF2Statistics.py file

StatsPythonConfig ( ) : System

보호된 메소드들

메소드 설명
ParseSettings ( ) : void

Parses all the config values into this objects internal variables

메소드 상세

ParseSettings() 보호된 메소드

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

Save() 공개 메소드

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

StatsPythonConfig() 공개 메소드

public StatsPythonConfig ( ) : System
리턴 System

프로퍼티 상세

AspAddress 공개적으로 프로퍼티

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

AspFile 공개적으로 프로퍼티

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

AspPort 공개적으로 프로퍼티

Gets or Sets the ASP server port
public int AspPort
리턴 int

CentralAspAddress 공개적으로 프로퍼티

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

CentralAspFile 공개적으로 프로퍼티

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

CentralAspPort 공개적으로 프로퍼티

Gets or Sets the Central Stats Server Port
public int CentralAspPort
리턴 int

CentralStatsMode 공개적으로 프로퍼티

Gets or Sets the Central Stats Server Mode
public int CentralStatsMode
리턴 int

ClanManager 공개적으로 프로퍼티

Contains all settings related to the clan manager
public ClanManagerSettings ClanManager
리턴 ClanManagerSettings

DebugEnabled 공개적으로 프로퍼티

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

FileContents 보호되어 있는 프로퍼티

The parsable file contents within the SettingsFile
protected string FileContents
리턴 string

MedalDataProfile 공개적으로 프로퍼티

Gets or sets the Medal Data Profile
public string MedalDataProfile
리턴 string

SettingsFile 보호되어 있는 프로퍼티

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

SnapshotLogging 공개적으로 프로퍼티

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

SnapshotPrefix 공개적으로 프로퍼티

Gets or sets the Snapshot prefix
public string SnapshotPrefix
리턴 string

StatsEnabled 공개적으로 프로퍼티

Enables or Disables Ranked mode
public bool StatsEnabled
리턴 bool

XpackMedalMods 공개적으로 프로퍼티

Gets or sets the Xpack enabled Medal mods
public List XpackMedalMods
리턴 List