IDatabaseRepositoryFactory Interface |
Namespace: PDTec.IceNet.Sdk
public interface IDatabaseRepositoryFactory
The IDatabaseRepositoryFactory type exposes the following members.
Name | Description | |
---|---|---|
DatabaseConnectString |
Gets or sets the database connection string.
| |
DatabaseService |
The database service.
| |
EnforceDependencies |
Indicates if package dependencies are enforced. The default is true.
| |
IsCoreEditable |
Indicates if the package 'Core' can be modified. The default is false.
| |
LicenseFilePath |
Gets or sets the path to the license file.
| |
SqlBridgeConfiguration |
Gets or sets the SQLBridge configuration for the new repository.
| |
UserName |
Gets or sets the user name.
|
Name | Description | |
---|---|---|
CreateRepository |
Creates a IDatabaseRepository instance.
| |
GetRepositoryStatus |
Gets the current database repository status.
| |
SetRepositoryMode |
Sets the database repository mode.
|
Name | Description | |
---|---|---|
RequestImplAssemblies |
This event is fired when the repository requests the Business Object implementation assemblies.
| |
RequestImplFactories |
This event is fired when the repository requests the Business Object implementation factories.
| |
RequestVaultProtocol |
This event is fired when the repository requests the protocol implementation for a vault..
|