Click or drag to resize

BCObjectExtender Constructor (BCRepositoryObject, BCServiceProvider, IWin32Window)

Initializes a new instance of the BCObjectExtender class.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Client
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public BCObjectExtender(
	BCRepositoryObject objectToExtend,
	BCServiceProvider services,
	IWin32Window owner
)

Parameters

objectToExtend
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRepositoryObject
The object to manage.
services
Type: BlueCieloECM.InnoCielo.Meridian.ClientBCServiceProvider
The context for the object.
owner
Type: System.Windows.FormsIWin32Window
Any object that implements the IWin32Window interface that represents the top-level window that will own the modal dialog box.
See Also