Class GveRepositoryProvider
Cadmus GVE repository provider.
public sealed class GveRepositoryProvider : IRepositoryProvider
- Inheritance
-
GveRepositoryProvider
- Implements
-
IRepositoryProvider
- Inherited Members
Constructors
GveRepositoryProvider()
Initializes a new instance of the GveRepositoryProvider class.
public GveRepositoryProvider()
Properties
ConnectionString
The connection string.
public string ConnectionString { get; set; }
Property Value
Methods
CreateRepository()
Creates a Cadmus repository.
public ICadmusRepository CreateRepository()
Returns
- ICadmusRepository
repository
GetPartTypeProvider()
Gets the part type provider.
public IPartTypeProvider GetPartTypeProvider()
Returns
- IPartTypeProvider
part type provider
See Also
IRepositoryProvider