C# Class FastQuant.FrameworkServer

Inheritance: IDisposable
Afficher le fichier Open project: fastquant/fastquant.dll

Méthodes publiques

Méthode Description
Close ( ) : void
Dispose ( ) : void
Flush ( ) : void
Open ( ) : void

Méthodes protégées

Méthode Description
FrameworkServer ( ) : System
GetBooleanValue ( string key, bool defaultValue ) : bool
GetInt32Value ( string key, int defaultValue ) : int
GetStringValue ( string key, string defaultValue ) : string

Private Methods

Méthode Description
Update ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

FrameworkServer() protected méthode

protected FrameworkServer ( ) : System
Résultat System

GetBooleanValue() protected méthode

protected GetBooleanValue ( string key, bool defaultValue ) : bool
key string
defaultValue bool
Résultat bool

GetInt32Value() protected méthode

protected GetInt32Value ( string key, int defaultValue ) : int
key string
defaultValue int
Résultat int

GetStringValue() protected méthode

protected GetStringValue ( string key, string defaultValue ) : string
key string
defaultValue string
Résultat string

Open() public méthode

public Open ( ) : void
Résultat void