C# Class MongdioLogic.db.Mong

Inheritance: MongoDB.Driver.Mongo, IDisposable
Datei anzeigen Open project: okku/Mongdio Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
EvalToDocument ( string function ) : Document
EvalToDouble ( string function ) : double
Mong ( ) : System
Mong ( string host, int port ) : System

Private Methods

Method Description
Eval ( string function ) : object

Method Details

Dispose() public method

public Dispose ( ) : void
return void

EvalToDocument() public method

public EvalToDocument ( string function ) : Document
function string
return MongoDB.Driver.Document

EvalToDouble() public method

public EvalToDouble ( string function ) : double
function string
return double

Mong() public method

public Mong ( ) : System
return System

Mong() public method

public Mong ( string host, int port ) : System
host string
port int
return System