DCPConfiguration MembersXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED

The DCPConfiguration type exposes the following members.
Constructors

  NameDescription
Public methodDCPConfiguration(FileInfo)
Creates a DCPConfiguration object from a DCP file.
Public methodDCPConfiguration(Stream)
Creates a DCPConfiguration object from a DCP byte stream source.
Public methodDCPConfiguration(TextReader)
Creates a DCPConfiguration object from a character stream.
Public methodDCPConfiguration(InputSource)
Creates a DCPConfiguration object from an InputSource.
Public methodDCPConfiguration(FileInfo, Boolean)
Creates a DCPConfiguration object from a DCP file.
Public methodDCPConfiguration(Stream, Boolean)
Creates a DCPConfiguration object from a DCP byte stream source.
Public methodDCPConfiguration(TextReader, Boolean)
Creates a DCPConfiguration object from a character stream.
Public methodDCPConfiguration(InputSource, Boolean)
Creates a DCPConfiguration object from an InputSource.
Back to Top
Methods

  NameDescription
Public methodgenerate 
Generates a DocumentComparator from this instance of a DCPConfiguration.
Public methodgenerate(IDictionary String, Boolean , IDictionary String, String )
Generates a DocumentComparator with parameter overrides.
Public methodgetProcessingInstruction
Returns the value of a processing instruction that is a child node of the root element of the DCP. Processing instruction values are available as soon as the DCPConfiguration is instantiated.
Public methodgetResolvedParameterValue
Returns the resolved value of the specified pipelinedParameter in the DCP.
Public methodsetParams
Set new parameter values to override named default parameter settings included in the DCP file.
Back to Top
Properties

  NameDescription
Public propertyBooleanParameters
The boolean parameters with their default values.
Public propertyDocumentComparator
Returns the DCP configured DocumentComparator instance.
Public propertyStringParameters
The string parameters with their default values.
Back to Top
See Also