Represents the connection to the server. It is used to select the vault and the context to work in, and it manages the transaction that is required to access the vault.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public class BCRepository : DisposableObject
Visual Basic
Public Class BCRepository _
	Inherits DisposableObject
Visual C++
public ref class BCRepository : public DisposableObject

Remarks

Supported BC Meridian version is BC-2007a Build 1898 (or higher).

Inheritance Hierarchy

System..::..Object
  BlueCieloECM.InnoCielo.Meridian..::..DisposableObject
    BlueCieloECM.InnoCielo.Meridian.Server..::..BCRepository

See Also