Click or drag to resize

IDatabaseRepositoryFactory Interface

Interface of a factory that creates an ice.NET database repository.

Namespace:  PDTec.IceNet.Sdk
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public interface IDatabaseRepositoryFactory

The IDatabaseRepositoryFactory type exposes the following members.

Properties
  NameDescription
Public propertyDatabaseConnectString
Gets or sets the database connection string.
Public propertyDatabaseService
The database service.
Public propertyEnforceDependencies
Indicates if package dependencies are enforced. The default is true.
Public propertyIsCoreEditable
Indicates if the package 'Core' can be modified. The default is false.
Public propertyLicenseFilePath
Gets or sets the path to the license file.
Public propertySqlBridgeConfiguration
Gets or sets the SQLBridge configuration for the new repository.
Public propertyUserName
Gets or sets the user name.
Top
Methods
  NameDescription
Public methodCreateRepository
Creates a IDatabaseRepository instance.
Public methodGetRepositoryStatus
Gets the current database repository status.
Public methodSetRepositoryMode
Sets the database repository mode.
Top
Events
  NameDescription
Public eventRequestImplAssemblies
This event is fired when the repository requests the Business Object implementation assemblies.
Public eventRequestImplFactories
This event is fired when the repository requests the Business Object implementation factories.
Public eventRequestVaultProtocol
This event is fired when the repository requests the protocol implementation for a vault..
Top
See Also