C# 클래스 Wolfje.Plugins.SEconomy.Config

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

공개 프로퍼티들

프로퍼티 타입 설명
BankAccountsEnabled bool
BaseDirectory string
EnableProfiler bool
IdleThresholdMinutes int
IntervalPayAmount string
JournalBackupMinutes int
JournalPath string
JournalType string
MoneyConfiguration MoneyProperties
PayIntervalMinutes int
SQLConnectionProperties Wolfje.Plugins.SEconomy.Configuration.SQLConnectionProperties
StartingMoney string

보호된 프로퍼티들

프로퍼티 타입 설명
path string

공개 메소드들

메소드 설명
Config ( string path ) : System
FromFile ( string Path ) : Config

Loads a configuration file and deserializes it from JSON

SaveConfiguration ( ) : void

메소드 상세

Config() 공개 메소드

public Config ( string path ) : System
path string
리턴 System

FromFile() 공개 정적인 메소드

Loads a configuration file and deserializes it from JSON
public static FromFile ( string Path ) : Config
Path string
리턴 Config

SaveConfiguration() 공개 메소드

public SaveConfiguration ( ) : void
리턴 void

프로퍼티 상세

BankAccountsEnabled 공개적으로 프로퍼티

public bool BankAccountsEnabled
리턴 bool

BaseDirectory 공개적으로 정적으로 프로퍼티

public static string BaseDirectory
리턴 string

EnableProfiler 공개적으로 프로퍼티

public bool EnableProfiler
리턴 bool

IdleThresholdMinutes 공개적으로 프로퍼티

public int IdleThresholdMinutes
리턴 int

IntervalPayAmount 공개적으로 프로퍼티

public string IntervalPayAmount
리턴 string

JournalBackupMinutes 공개적으로 프로퍼티

public int JournalBackupMinutes
리턴 int

JournalPath 공개적으로 정적으로 프로퍼티

public static string JournalPath
리턴 string

JournalType 공개적으로 프로퍼티

public string JournalType
리턴 string

MoneyConfiguration 공개적으로 프로퍼티

public MoneyProperties,Wolfje.Plugins.SEconomy MoneyConfiguration
리턴 MoneyProperties

PayIntervalMinutes 공개적으로 프로퍼티

public int PayIntervalMinutes
리턴 int

SQLConnectionProperties 공개적으로 프로퍼티

public SQLConnectionProperties,Wolfje.Plugins.SEconomy.Configuration SQLConnectionProperties
리턴 Wolfje.Plugins.SEconomy.Configuration.SQLConnectionProperties

StartingMoney 공개적으로 프로퍼티

public string StartingMoney
리턴 string

path 보호되어 있는 프로퍼티

protected string path
리턴 string