C# Class AngularAzureSearch.WebAPI.Repositories.DocumentDbClient

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

Méthodes publiques

Méthode Description
DocumentDbClient ( string dbName, string collectionName ) : AngularAzureSearch.WebAPI.Helpers

Méthodes protégées

Méthode Description
DisposeCore ( ) : void

Private Methods

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

Method Details

DisposeCore() protected méthode

protected DisposeCore ( ) : void
Résultat void

DocumentDbClient() public méthode

public DocumentDbClient ( string dbName, string collectionName ) : AngularAzureSearch.WebAPI.Helpers
dbName string
collectionName string
Résultat AngularAzureSearch.WebAPI.Helpers