C# Class AI.nRepo.ConfigurationExtensions

Show file Open project: theAIteam/nRepo

Public Methods

Method Description
CouchDb ( this selector ) : CouchDbConfiguration
EntityFramework ( this selector ) : EntityFrameworkConfiguration
MongoDB ( this selector ) : MongoDbConfiguration
RavenDb ( this selector ) : RavenDbConfiguration

Method Details

CouchDb() public static method

public static CouchDb ( this selector ) : CouchDbConfiguration
selector this
return CouchDbConfiguration

EntityFramework() public static method

public static EntityFramework ( this selector ) : EntityFrameworkConfiguration
selector this
return EntityFrameworkConfiguration

MongoDB() public static method

public static MongoDB ( this selector ) : MongoDbConfiguration
selector this
return MongoDbConfiguration

RavenDb() public static method

public static RavenDb ( this selector ) : RavenDbConfiguration
selector this
return RavenDbConfiguration