C# 클래스 MongoDB.GridFS.GridFileInfoTest

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

보호된 메소드들

메소드 설명
CleanDB ( ) : void
CountChunks ( string filesystem, Object fileid ) : long
DropGridFileSystem ( string filesystem ) : void

비공개 메소드들

메소드 설명
Dispose ( ) : void
Init ( ) : void
TestCreateExisting ( ) : void
TestCreateNonExisting ( ) : void
TestDelete ( ) : void
TestFileExists ( ) : void
TestModeCreateNew ( ) : void
TestMoveTo ( ) : void
TestOpenNonExistentFails ( ) : void
TestOpenReadOnly ( ) : void
TestUpdateInfo ( ) : void

메소드 상세

CleanDB() 보호된 메소드

protected CleanDB ( ) : void
리턴 void

CountChunks() 보호된 메소드

protected CountChunks ( string filesystem, Object fileid ) : long
filesystem string
fileid Object
리턴 long

DropGridFileSystem() 보호된 메소드

protected DropGridFileSystem ( string filesystem ) : void
filesystem string
리턴 void