C# 클래스 Kooboo.CMS.Content.Persistence.MongoDB.DatabaseHelper

파일 보기 프로젝트 열기: Tsingbo-Kooboo/KoobooMvc5

공개 메소드들

메소드 설명
CreateCateogryIndex ( this repository ) : void
CreateIndex ( this schema ) : void
DropCollection ( this schema ) : void
DropDatabase ( this repository ) : void
GetCategoriesCollection ( this repository ) : MongoCollection
GetCollection ( this schema ) : MongoCollection
GetDatabase ( this repository ) : MongoDatabase
GetServer ( ) : MongoServer

메소드 상세

CreateCateogryIndex() 공개 정적인 메소드

public static CreateCateogryIndex ( this repository ) : void
repository this
리턴 void

CreateIndex() 공개 정적인 메소드

public static CreateIndex ( this schema ) : void
schema this
리턴 void

DropCollection() 공개 정적인 메소드

public static DropCollection ( this schema ) : void
schema this
리턴 void

DropDatabase() 공개 정적인 메소드

public static DropDatabase ( this repository ) : void
repository this
리턴 void

GetCategoriesCollection() 공개 정적인 메소드

public static GetCategoriesCollection ( this repository ) : MongoCollection
repository this
리턴 MongoCollection

GetCollection() 공개 정적인 메소드

public static GetCollection ( this schema ) : MongoCollection
schema this
리턴 MongoCollection

GetDatabase() 공개 정적인 메소드

public static GetDatabase ( this repository ) : MongoDatabase
repository this
리턴 MongoDatabase

GetServer() 공개 정적인 메소드

public static GetServer ( ) : MongoServer
리턴 MongoServer