IBCExtensionHostCurrentObject Property |
Gets the object being extended.
Namespace: BlueCieloECM.InnoCielo.Meridian.ExtensionsAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax BCRepositoryObject CurrentObject { get; }
ReadOnly Property CurrentObject As BCRepositoryObject
Get
property BCRepositoryObject^ CurrentObject {
BCRepositoryObject^ get ();
}
abstract CurrentObject : BCRepositoryObject with get
Property Value
Type:
BCRepositoryObjectRemarks
Extensions are invoked by BlueCielo Meridian client applications in response to specific user actions.
At this point the extension is initialized for the object on which the user invokes the operation.
See Also