XML Compare .NET API Documentation - DEPRECATEDThe DCPConfiguration type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| DCPConfiguration(FileInfo) |
Creates a DCPConfiguration object from a DCP file.
| |
| DCPConfiguration(Stream) |
Creates a DCPConfiguration object from a DCP byte stream source.
| |
| DCPConfiguration(TextReader) |
Creates a DCPConfiguration object from a character stream.
| |
| DCPConfiguration(InputSource) |
Creates a DCPConfiguration object from an InputSource.
| |
| DCPConfiguration(FileInfo, Boolean) |
Creates a DCPConfiguration object from a DCP file.
| |
| DCPConfiguration(Stream, Boolean) |
Creates a DCPConfiguration object from a DCP byte stream source.
| |
| DCPConfiguration(TextReader, Boolean) |
Creates a DCPConfiguration object from a character stream.
| |
| DCPConfiguration(InputSource, Boolean) |
Creates a DCPConfiguration object from an InputSource.
|
Methods
| Name | Description | |
|---|---|---|
| generate |
Generates a DocumentComparator from this instance of a DCPConfiguration.
| |
| generate(IDictionary String, Boolean , IDictionary String, String ) |
Generates a DocumentComparator with parameter overrides.
| |
| getProcessingInstruction |
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.
| |
| getResolvedParameterValue |
Returns the resolved value of the specified pipelinedParameter in the DCP.
| |
| setParams |
Set new parameter values to override named default parameter settings included in the DCP file.
|
Properties
| Name | Description | |
|---|---|---|
| BooleanParameters |
The boolean parameters with their default values.
| |
| DocumentComparator |
Returns the DCP configured DocumentComparator instance.
| |
| StringParameters |
The string parameters with their default values.
|
See Also