C# Class BlueCollar.ConfigurationRepositoryFactory

Implements IRepositoryFactory to use the Blue Collar configuration section.
Inheritance: IRepositoryFactory
Afficher le fichier Open project: ChadBurggraf/blue-collar Class Usage Examples

Méthodes publiques

Méthode Description
ConfigurationRepositoryFactory ( ) : System

Initializes a new instance of the ConfigurationRepositoryFactory class.

ConfigurationRepositoryFactory ( string repositoryType, string connectionStringName ) : System

Initializes a new instance of the ConfigurationRepositoryFactory class.

Méthodes protégées

Méthode Description
ResolvePath ( string path ) : string

Resolves the given path to a fully qualified path.

Private Methods

Méthode Description
Create ( ) : IRepository
EnsureInitialized ( ) : void

Method Details

ConfigurationRepositoryFactory() public méthode

Initializes a new instance of the ConfigurationRepositoryFactory class.
public ConfigurationRepositoryFactory ( ) : System
Résultat System

ConfigurationRepositoryFactory() public méthode

Initializes a new instance of the ConfigurationRepositoryFactory class.
public ConfigurationRepositoryFactory ( string repositoryType, string connectionStringName ) : System
repositoryType string The type name of the repository use use from the configuration.
connectionStringName string The name of the connection string to use when initializing the repository from the configuration.
Résultat System

ResolvePath() protected méthode

Resolves the given path to a fully qualified path.
protected ResolvePath ( string path ) : string
path string The path to resolve.
Résultat string