C# 클래스 MongoDB.Driver.TestCollectionMetaData

상속: MongoTestBase
파일 보기 프로젝트 열기: sdether/mongodb-csharp

보호된 메소드들

메소드 설명
createDoc ( string fname, string lname, string city, string state ) : Document
initDB ( ) : void

비공개 메소드들

메소드 설명
Dispose ( ) : void
Init ( ) : void
TestCreateIndex ( ) : void
TestCreateIndexNoNames ( ) : void
TestDropIndex ( ) : void
TestGetIndexes ( ) : void
TestGetOptions ( ) : void

메소드 상세

createDoc() 보호된 메소드

protected createDoc ( string fname, string lname, string city, string state ) : Document
fname string
lname string
city string
state string
리턴 Document

initDB() 보호된 메소드

protected initDB ( ) : void
리턴 void