Gets the object being extended.

Namespace: BlueCieloECM.InnoCielo.Meridian.Extensions
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
BCRepositoryObject CurrentObject { get; }
Visual Basic
ReadOnly Property CurrentObject As BCRepositoryObject
	Get
Visual C++
property BCRepositoryObject^ CurrentObject {
	BCRepositoryObject^ get ();
}

Remarks

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