Click or drag to resize

BCCompareDialog Constructor (BCDocument, Int32, Int32, BCServiceProvider)

Initializes a new instance of the BCCompareDialog 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 BCCompareDialog(
	BCDocument document,
	int versionIndexLeft,
	int versionIndexRight,
	BCServiceProvider services
)

Parameters

document
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The document of which revisions will be compared.
versionIndexLeft
Type: SystemInt32
The index of a revision in Versions collection to show on the left panel of the dialog.
versionIndexRight
Type: SystemInt32
The index of a revision in Versions collection to show on the right panel of the dialog.
services
Type: BlueCieloECM.InnoCielo.Meridian.ClientBCServiceProvider
The context for the dialog.
See Also