C# Class a7DocumentDbStudio.Model.Config.SavedAccountModel

Afficher le fichier Open project: alekkowalczyk/a7DocumentDbStudio Class Usage Examples

Méthodes publiques

Méthode Description
GetCollection ( string dbName, string collName ) : SavedCollectionModel
GetDatabase ( string dbName ) : SavedDatabaseModel
RemoveCollection ( string dbName, string collName ) : void
RemoveDatabase ( string dbName ) : void
SavedAccountModel ( ) : System

Method Details

GetCollection() public méthode

public GetCollection ( string dbName, string collName ) : SavedCollectionModel
dbName string
collName string
Résultat SavedCollectionModel

GetDatabase() public méthode

public GetDatabase ( string dbName ) : SavedDatabaseModel
dbName string
Résultat SavedDatabaseModel

RemoveCollection() public méthode

public RemoveCollection ( string dbName, string collName ) : void
dbName string
collName string
Résultat void

RemoveDatabase() public méthode

public RemoveDatabase ( string dbName ) : void
dbName string
Résultat void

SavedAccountModel() public méthode

public SavedAccountModel ( ) : System
Résultat System