Initializes a new instance of the BCCompareDialog class.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public BCCompareDialog( BCDocument document, int versionIndexLeft, int versionIndexRight, BCServiceProvider services ) |
Visual Basic |
---|
Public Sub New ( _ document As BCDocument, _ versionIndexLeft As Integer, _ versionIndexRight As Integer, _ services As BCServiceProvider _ ) |
Visual C++ |
---|
public: BCCompareDialog( BCDocument^ document, int versionIndexLeft, int versionIndexRight, BCServiceProvider^ services ) |
Parameters
- document
- Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCDocument
The document of which revisions will be compared.
- versionIndexLeft
- Type: System..::..Int32
The index of a revision in Versions collection to show on the left panel of the dialog.
- versionIndexRight
- Type: System..::..Int32
The index of a revision in Versions collection to show on the right panel of the dialog.
- services
- Type: BlueCieloECM.InnoCielo.Meridian.Client..::..BCServiceProvider
The context for the dialog.