C# 클래스 AngularAzureSearch.WebAPI.Repositories.DocumentDbClient

This is the DocumentDB client class that the RepositoryBase class will inherit to consume the properties.
상속: Disposable
파일 보기 프로젝트 열기: TheDarkCode/AngularAzureSearch

공개 메소드들

메소드 설명
DocumentDbClient ( string dbName, string collectionName ) : AngularAzureSearch.WebAPI.Helpers

보호된 메소드들

메소드 설명
DisposeCore ( ) : void

비공개 메소드들

메소드 설명
SetupCollection ( string databaseLink ) : System.Threading.Tasks.Task
SetupDatabase ( ) : Microsoft.Azure.Documents.Database

메소드 상세

DisposeCore() 보호된 메소드

protected DisposeCore ( ) : void
리턴 void

DocumentDbClient() 공개 메소드

public DocumentDbClient ( string dbName, string collectionName ) : AngularAzureSearch.WebAPI.Helpers
dbName string
collectionName string
리턴 AngularAzureSearch.WebAPI.Helpers