InvalidTableBehaviour ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Specifies the behaviour to use when inputs contain invalid tables.
Inheritance Hierarchy

System Object
  Object
    Enum
      com.deltaxml.cores9api.config InvalidTableBehaviour

Namespace: com.deltaxml.cores9api.config
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax

[SerializableAttribute]
public sealed class InvalidTableBehaviour : Enum
Remarks

Specifies the behaviour to use when inputs contain invalid tables.

Some of the processing used for table comparison makes the assumption that the tables conform to the specification. In order to avoid errors in this processing, the tables are first validated to ensure that it will work as expected. When tables are not valid, there are several options for the behaviour that the comparison should take. This enum is used to specify the options.

See Also