C# Класс Kooboo.CMS.Content.Persistence.MongoDB.DatabaseHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
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