DeltaXML DITA Compare .NET API DocumentationThe DitaCompareDotNet type exposes the following members.
Back to Top
Events
| Name | Description | |
|---|---|---|
| MC_MapCopyCompleted |
Map comparator event raised when the input map copy is completed.
| |
| MC_MapCopyStarted |
Map comparator event raised when the input map copy starts.
| |
| MC_MapLevelOutputProcessingCompleted |
Map comparator event raised when the updates to the final result map(s) have completed.
| |
| MC_MapLevelOutputProcessingStarted |
Map comparator event raised when the updates to the final result map(s) have started.
| |
| MC_MapScanCompleted |
Map comparator event raised when the scan for the topics referenced (directly or indirectly) from the input map has completed.
| |
| MC_MapScanStarted |
Map comparator event raised when the scan for the topics referenced (directly or indirectly) from the input map has started.
| |
| MC_TopicAlignmentCompleted |
Raised when topic alignment process completed.
Provides alignment information on referenced topics, giving an indication of the number of comparisons to be performed - the size of the alignedTopics Dictionary. | |
| MC_TopicAlignmentStarted |
Map comparator event raised when topic alignment process started.
| |
| MC_TopicCompareCompleted |
Map comparator event raised when each topic comparison stage has been completed.
| |
| MC_TopicCompareHeartbeat |
Map comparator heartbeat event raised when inside the compare stage. Progress on the 'Main comparator' stage is monitored by a heartbeat. This
callback event is best used to report when the comparator was last known to be alive.
| |
| MC_TopicCompareStarted |
Map comparator event raised when each topic comparison stage has been started.
| |
| MC_TopicProcessingCompleted |
Map comparator event raised when the processing of a topic has completed.
| |
| MC_TopicProcessingFailed |
Map comparator event raised when a failure happens during the processing of a topic.
| |
| MC_TopicProcessingStarted |
Map comparator event raised when the processing of a topic has started.
| |
| MC_TopicStageCountComputed |
Map comparator event raised before a topic compare to return the total number of topic comparison stages that are involved
| |
| TC_Completed |
Topic comparator event raised when each stage completes.
| |
| TC_Heartbeat |
Topic comparator heartbeat event raised when inside the compare stage.
Progress on the 'Main comparator' stage is monitored by a heartbeat.
This event is best used to report when the comparator was last known
to be alive.
Notes:
| |
| TC_StageCountComputed |
Topic comparator event raised on computing the total for the number of stages required for the comparison.
| |
| TC_Started |
Topic comparator event raised when each stage starts.
|
See Also