DeltaXML DITA Compare .NET API DocumentationThe DitaMapTopicsetCompareDotNet type exposes the following members.
Back to Top
Events
| Name | Description | |
|---|---|---|
| MapCopyCompleted |
Raised when the input map copy is completed.
| |
| MapCopyStarted |
Raised when the input map copy starts.
| |
| MapLevelOutputProcessingCompleted |
Raised when the updates to the final result map(s) have completed.
| |
| MapLevelOutputProcessingStarted |
Raised when the updates to the final result map(s) have started.
| |
| MapScanCompleted |
Raised when the scan for the topics referenced (directly or indirectly) from the input map has completed.
| |
| MapScanStarted |
Raised when the scan for the topics referenced (directly or indirectly) from the input map has started.
| |
| 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. | |
| TopicAlignmentStarted |
Raised when topic alignment process started.
| |
| TopicCompareCompleted |
Raised when each topic comparison stage has been completed.
| |
| TopicCompareHeartbeat |
Report heartbeats 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.
| |
| TopicCompareStarted |
Raised when each topic comparison stage has been started.
| |
| TopicProcessingCompleted |
Raised when the processing of a topic has completed.
| |
| TopicProcessingFailed |
Raised when a failure happens during the processing of a topic.
| |
| TopicProcessingStarted |
Raised when the processing of a topic has started.
| |
| TopicStageCountComputed |
Raised before a topic compare to return the total number of topic comparison stages that are involved
|
See Also