C# Class MongoDB.Driver.TestCollectionMetaData

Inheritance: MongoTestBase
Afficher le fichier Open project: sdether/mongodb-csharp

Méthodes protégées

Méthode Description
createDoc ( string fname, string lname, string city, string state ) : Document
initDB ( ) : void

Private Methods

Méthode Description
Dispose ( ) : void
Init ( ) : void
TestCreateIndex ( ) : void
TestCreateIndexNoNames ( ) : void
TestDropIndex ( ) : void
TestGetIndexes ( ) : void
TestGetOptions ( ) : void

Method Details

createDoc() protected méthode

protected createDoc ( string fname, string lname, string city, string state ) : Document
fname string
lname string
city string
state string
Résultat Document

initDB() protected méthode

protected initDB ( ) : void
Résultat void