C# Class Kooboo.CMS.Content.Persistence.MongoDB.DatabaseHelper

Afficher le fichier Open project: Tsingbo-Kooboo/KoobooMvc5

Méthodes publiques

Méthode Description
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

Method Details

CreateCateogryIndex() public static méthode

public static CreateCateogryIndex ( this repository ) : void
repository this
Résultat void

CreateIndex() public static méthode

public static CreateIndex ( this schema ) : void
schema this
Résultat void

DropCollection() public static méthode

public static DropCollection ( this schema ) : void
schema this
Résultat void

DropDatabase() public static méthode

public static DropDatabase ( this repository ) : void
repository this
Résultat void

GetCategoriesCollection() public static méthode

public static GetCategoriesCollection ( this repository ) : MongoCollection
repository this
Résultat MongoCollection

GetCollection() public static méthode

public static GetCollection ( this schema ) : MongoCollection
schema this
Résultat MongoCollection

GetDatabase() public static méthode

public static GetDatabase ( this repository ) : MongoDatabase
repository this
Résultat MongoDatabase

GetServer() public static méthode

public static GetServer ( ) : MongoServer
Résultat MongoServer