C# Class AI.nRepo.ConfigurationExtensions

Afficher le fichier Open project: theAIteam/nRepo

Méthodes publiques

Méthode Description
CouchDb ( this selector ) : CouchDbConfiguration
EntityFramework ( this selector ) : EntityFrameworkConfiguration
MongoDB ( this selector ) : MongoDbConfiguration
RavenDb ( this selector ) : RavenDbConfiguration

Method Details

CouchDb() public static méthode

public static CouchDb ( this selector ) : CouchDbConfiguration
selector this
Résultat CouchDbConfiguration

EntityFramework() public static méthode

public static EntityFramework ( this selector ) : EntityFrameworkConfiguration
selector this
Résultat EntityFrameworkConfiguration

MongoDB() public static méthode

public static MongoDB ( this selector ) : MongoDbConfiguration
selector this
Résultat MongoDbConfiguration

RavenDb() public static méthode

public static RavenDb ( this selector ) : RavenDbConfiguration
selector this
Résultat RavenDbConfiguration