C# Класс BlueCollar.ConfigurationRepositoryFactory

Implements IRepositoryFactory to use the Blue Collar configuration section.
Наследование: IRepositoryFactory
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ConfigurationRepositoryFactory ( ) : System

Initializes a new instance of the ConfigurationRepositoryFactory class.

ConfigurationRepositoryFactory ( string repositoryType, string connectionStringName ) : System

Initializes a new instance of the ConfigurationRepositoryFactory class.

Защищенные методы

Метод Описание
ResolvePath ( string path ) : string

Resolves the given path to a fully qualified path.

Приватные методы

Метод Описание
Create ( ) : IRepository
EnsureInitialized ( ) : void

Описание методов

ConfigurationRepositoryFactory() публичный Метод

Initializes a new instance of the ConfigurationRepositoryFactory class.
public ConfigurationRepositoryFactory ( ) : System
Результат System

ConfigurationRepositoryFactory() публичный Метод

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.
Результат System

ResolvePath() защищенный Метод

Resolves the given path to a fully qualified path.
protected ResolvePath ( string path ) : string
path string The path to resolve.
Результат string