IBCExtensionHostCurrentObject Property |
Gets the object being extended.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Extensions
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax BCRepositoryObject CurrentObject { get; }
ReadOnly Property CurrentObject As BCRepositoryObject
Get
Property Value
Type:
BCRepositoryObjectRemarks
Extensions are invoked by 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