C# Class a7DocumentDbStudio.Model.Config.SavedAccountModel

Mostrar archivo Open project: alekkowalczyk/a7DocumentDbStudio Class Usage Examples

Public Methods

Method 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 method

public GetCollection ( string dbName, string collName ) : SavedCollectionModel
dbName string
collName string
return SavedCollectionModel

GetDatabase() public method

public GetDatabase ( string dbName ) : SavedDatabaseModel
dbName string
return SavedDatabaseModel

RemoveCollection() public method

public RemoveCollection ( string dbName, string collName ) : void
dbName string
collName string
return void

RemoveDatabase() public method

public RemoveDatabase ( string dbName ) : void
dbName string
return void

SavedAccountModel() public method

public SavedAccountModel ( ) : System
return System