C# Class FastQuant.FrameworkServer

Inheritance: IDisposable
Datei anzeigen Open project: fastquant/fastquant.dll

Public Methods

Method Description
Close ( ) : void
Dispose ( ) : void
Flush ( ) : void
Open ( ) : void

Protected Methods

Method Description
FrameworkServer ( ) : System
GetBooleanValue ( string key, bool defaultValue ) : bool
GetInt32Value ( string key, int defaultValue ) : int
GetStringValue ( string key, string defaultValue ) : string

Private Methods

Method Description
Update ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

FrameworkServer() protected method

protected FrameworkServer ( ) : System
return System

GetBooleanValue() protected method

protected GetBooleanValue ( string key, bool defaultValue ) : bool
key string
defaultValue bool
return bool

GetInt32Value() protected method

protected GetInt32Value ( string key, int defaultValue ) : int
key string
defaultValue int
return int

GetStringValue() protected method

protected GetStringValue ( string key, string defaultValue ) : string
key string
defaultValue string
return string

Open() public method

public Open ( ) : void
return void