C# 클래스 MongdioLogic.db.Mong

상속: MongoDB.Driver.Mongo, IDisposable
파일 보기 프로젝트 열기: okku/Mongdio 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
EvalToDocument ( string function ) : Document
EvalToDouble ( string function ) : double
Mong ( ) : System
Mong ( string host, int port ) : System

비공개 메소드들

메소드 설명
Eval ( string function ) : object

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EvalToDocument() 공개 메소드

public EvalToDocument ( string function ) : Document
function string
리턴 MongoDB.Driver.Document

EvalToDouble() 공개 메소드

public EvalToDouble ( string function ) : double
function string
리턴 double

Mong() 공개 메소드

public Mong ( ) : System
리턴 System

Mong() 공개 메소드

public Mong ( string host, int port ) : System
host string
port int
리턴 System