C# Class AngularAzureSearch.WebAPI.Repositories.DocumentDbClient

This is the DocumentDB client class that the RepositoryBase class will inherit to consume the properties.
Inheritance: Disposable
Datei anzeigen Open project: TheDarkCode/AngularAzureSearch

Public Methods

Method Description
DocumentDbClient ( string dbName, string collectionName ) : AngularAzureSearch.WebAPI.Helpers

Protected Methods

Method Description
DisposeCore ( ) : void

Private Methods

Method Description
SetupCollection ( string databaseLink ) : System.Threading.Tasks.Task
SetupDatabase ( ) : Microsoft.Azure.Documents.Database

Method Details

DisposeCore() protected method

protected DisposeCore ( ) : void
return void

DocumentDbClient() public method

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