C# 클래스 MongdioLogic.MongoEditorSession

파일 보기 프로젝트 열기: okku/Mongdio 1 사용 예제들

공개 메소드들

메소드 설명
DeleteObject ( string text ) : string
Execute ( string command, int &objectCount, IDocumentPrettyPrint printer ) : string
MongoEditorSession ( string dbname ) : System
SaveObject ( string text ) : string
TryParseTextAsDocument ( string text, bool &containsId ) : bool

비공개 메소드들

메소드 설명
GetIntboolFromDoubleOrBool ( object args ) : int
GetQueryCommand ( string command ) : Document
ParseCollectionAndOperation ( string command, string &name, string &operation, int &take, string &sort ) : string
SplitIntoArguments ( string s ) : List
SplitIntoFunctionAndArguments ( string command, string &function, List &args ) : bool
UpdateObjectAlwaysUpsert ( string collectionName, Document doc, Mong db ) : void

메소드 상세

DeleteObject() 공개 메소드

public DeleteObject ( string text ) : string
text string
리턴 string

Execute() 공개 메소드

public Execute ( string command, int &objectCount, IDocumentPrettyPrint printer ) : string
command string
objectCount int
printer IDocumentPrettyPrint
리턴 string

MongoEditorSession() 공개 메소드

public MongoEditorSession ( string dbname ) : System
dbname string
리턴 System

SaveObject() 공개 메소드

public SaveObject ( string text ) : string
text string
리턴 string

TryParseTextAsDocument() 공개 메소드

public TryParseTextAsDocument ( string text, bool &containsId ) : bool
text string
containsId bool
리턴 bool