Click or drag to resize
BCSMetadata Constructor (BCServiceProvider, BCRepository, IWin32Window)
Initializes a new instance of the BCSMetadata class.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public BCSMetadata(
	BCServiceProvider services,
	BCRepository currentObject,
	IWin32Window owner
)

Parameters

services
Type: BlueCieloECM.InnoCielo.Meridian.ClientBCServiceProvider
The context containing the IAMMetaDataService service.
currentObject
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRepository
The object of which to initialize the metadata.
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.
Remarks
The metadata of the services is initialized with the currentObject. That is why you should not create several instances of the BCSMetadata class with the same context services.
See Also