Click or drag to resize

BCEdmItemsUI Constructor (BCDocument, BCDocument, BCServiceProvider)

Initializes a new instance of the BCEdmItemsUI 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 BCEdmItemsUI(
	BCDocument document,
	BCDocument documentToCompare,
	BCServiceProvider services
)

Parameters

document
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The document to manage.
documentToCompare
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The document to compare with (AMIV_COMPARE).
services
Type: BlueCieloECM.InnoCielo.Meridian.ClientBCServiceProvider
The context for the object.
See Also