Initializes a new instance of the BCObjectExtender class.

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

Syntax

C#
public BCObjectExtender(
	BCRepositoryObject objectToExtend,
	BCServiceProvider services,
	IWin32Window owner
)
Visual Basic
Public Sub New ( _
	objectToExtend As BCRepositoryObject, _
	services As BCServiceProvider, _
	owner As IWin32Window _
)
Visual C++
public:
BCObjectExtender(
	BCRepositoryObject^ objectToExtend, 
	BCServiceProvider^ services, 
	IWin32Window^ owner
)

Parameters

objectToExtend
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCRepositoryObject
The object to manage.
services
Type: BlueCieloECM.InnoCielo.Meridian.Client..::..BCServiceProvider
The context for the object.
owner
Type: System.Windows.Forms..::..IWin32Window
Any object that implements the IWin32Window interface that represents the top-level window that will own the modal dialog box.

See Also