| BCPropertyDef Constructor |
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: 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
)
<CLSCompliantAttribute(false)>
Protected Friend Sub New (
objectToWrap As AMPropertyDef,
repository As BCRepository
)
protected public:
[CLSCompliantAttribute(false)]
BCPropertyDef(
AMPropertyDef^ objectToWrap,
BCRepository^ repository
)
[<CLSCompliantAttribute(false)>]
new :
objectToWrap : AMPropertyDef *
repository : BCRepository -> BCPropertyDefParameters
- 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