Click or drag to resize
BCSMetadata Constructor (BCServiceProvider, BCFSObject)
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,
	BCFSObject currentObject
)

Parameters

services
Type: BlueCieloECM.InnoCielo.Meridian.ClientBCServiceProvider
The context containing the IAMMetaDataService service.
currentObject
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCFSObject
The object of which to initialize the metadata.
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