Initializes a new instance of the BCDocument class.

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#
[CLSCompliantAttribute(false)]
protected internal BCDocument(
	IAMFSObject objectToWrap,
	BCRepository repository
)
Visual Basic
<CLSCompliantAttribute(False)> _
Protected Friend Sub New ( _
	objectToWrap As IAMFSObject, _
	repository As BCRepository _
)
Visual C++
[CLSCompliantAttribute(false)]
protected public:
BCDocument(
	IAMFSObject^ objectToWrap, 
	BCRepository^ repository
)

Parameters

objectToWrap
Type: IAMFSObject
The COM object that represents the document.
repository
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCRepository
The repository to which the document belongs.

See Also