Method | 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.
|
Method | Description | |
---|---|---|
ResolvePath ( string path ) : string |
Resolves the given path to a fully qualified path.
|
Method | Description | |
---|---|---|
Create ( ) : IRepository | ||
EnsureInitialized ( ) : void |
public ConfigurationRepositoryFactory ( ) : System | ||
return | System |
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. |
return | System |
protected ResolvePath ( string path ) : string | ||
path | string | The path to resolve. |
return | string |