Click or drag to resize
BCSMetadataSetContext Method (BCFSObject, IWin32Window, BCServiceProvider)
Sets the current context of the metadata.

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 void SetContext(
	BCFSObject currentObject,
	IWin32Window owner,
	BCServiceProvider services
)

Parameters

currentObject
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCFSObject
The object of which to initialize the metadata. If , resets the current object of 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. If , resets the top-level window.
services
Type: BlueCieloECM.InnoCielo.Meridian.ClientBCServiceProvider
The context for the metadata. If , resets the context.
Remarks
The context is restored when the metadata is disposed only if it was initialized with the class constructor (not with this method). Otherwise, if required, you restore the context manually before to dispose: invoke the ClearContext method.
See Also