Table of Contents

Class GveRepositoryProvider

Namespace
Cadmus.Gve.Services
Assembly
Cadmus.Gve.Services.dll

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

string

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