Click or drag to resize
BCPropertyDef Constructor
Initializes a new instance of the BCPropertyDef class.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
[CLSCompliantAttribute(false)]
protected internal BCPropertyDef(
	AMPropertyDef objectToWrap,
	BCRepository repository
)

Parameters

objectToWrap
Type: AMPropertyDef
The COM object that represents the property definition.
repository
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRepository
The repository to which the property definition belongs.
See Also