BCSMetadataSetContext Method (BCFSObject, IWin32Window, BCServiceProvider) |
Sets the current context of the metadata.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: 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
)
Public Sub SetContext (
currentObject As BCFSObject,
owner As IWin32Window,
services As BCServiceProvider
)
public:
void SetContext(
BCFSObject^ currentObject,
IWin32Window^ owner,
BCServiceProvider^ services
)
member SetContext :
currentObject : BCFSObject *
owner : IWin32Window *
services : BCServiceProvider -> unit
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