C# 클래스 SignalWire.Providers.MongoContextProvider

상속: DataContextProvider
파일 보기 프로젝트 열기: amazedsaint/SignalWire

공개 메소드들

메소드 설명
Add ( string table, object obj ) : System.Result
GetCollectionNames ( ) : string[]
GetSettings ( ) : ConnectionSettings
Query ( string query ) : System.Result
Read ( string table, string>.IDictionary query ) : System.Result
Remove ( string table, object obj ) : System.Result
Update ( string table, object obj ) : System.Result

비공개 메소드들

메소드 설명
GetDatabase ( ) : MongoDatabase

메소드 상세

Add() 공개 메소드

public Add ( string table, object obj ) : System.Result
table string
obj object
리턴 System.Result

GetCollectionNames() 공개 메소드

public GetCollectionNames ( ) : string[]
리턴 string[]

GetSettings() 공개 메소드

public GetSettings ( ) : ConnectionSettings
리턴 ConnectionSettings

Query() 공개 메소드

public Query ( string query ) : System.Result
query string
리턴 System.Result

Read() 공개 메소드

public Read ( string table, string>.IDictionary query ) : System.Result
table string
query string>.IDictionary
리턴 System.Result

Remove() 공개 메소드

public Remove ( string table, object obj ) : System.Result
table string
obj object
리턴 System.Result

Update() 공개 메소드

public Update ( string table, object obj ) : System.Result
table string
obj object
리턴 System.Result