Initializes a new instance of the BCFieldPathLevel 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 BCFieldPathLevel(
	IAMFieldPathLevel objectToWrap,
	BCRepository repository
)
Visual Basic
<CLSCompliantAttribute(False)> _
Protected Friend Sub New ( _
	objectToWrap As IAMFieldPathLevel, _
	repository As BCRepository _
)
Visual C++
[CLSCompliantAttribute(false)]
protected public:
BCFieldPathLevel(
	IAMFieldPathLevel^ objectToWrap, 
	BCRepository^ repository
)

Parameters

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

See Also