C# Class GR.Gambling.Blackjack.Common.Config

显示文件 Open project: alexhanh/Botting-Library Class Usage Examples

Public Properties

Property Type Description
Current Config

Public Methods

Method Description
Config ( string file ) : System
GetBooleanProperty ( string name ) : bool
GetDoubleProperty ( string name ) : double
GetIntProperty ( string name ) : int
GetProperty ( string name ) : string
Update ( ) : void

Private Methods

Method Description
Config ( ) : System
ParseLine ( string line ) : void

Method Details

Config() public method

public Config ( string file ) : System
file string
return System

GetBooleanProperty() public method

public GetBooleanProperty ( string name ) : bool
name string
return bool

GetDoubleProperty() public method

public GetDoubleProperty ( string name ) : double
name string
return double

GetIntProperty() public method

public GetIntProperty ( string name ) : int
name string
return int

GetProperty() public method

public GetProperty ( string name ) : string
name string
return string

Update() public method

public Update ( ) : void
return void

Property Details

Current public_oe static_oe property

public static Config,GR.Gambling.Blackjack.Common Current
return Config