Свойство | Тип | Описание | |
---|---|---|---|
DepthFirstSearch |
Метод | Описание | |
---|---|---|
ConversionFor ( |
Attempts to find a Conversion that will transform a XmlDocument between the two specified releases. The releases must be different, null transformations are not allowed.
|
|
Convert ( |
Applies the Conversion to a XmlDocument instance to create a new XmlDocument.
|
Метод | Описание | |
---|---|---|
Conversion ( ) : System |
Constructs a Conversion instance.
|
Метод | Описание | |
---|---|---|
DepthFirstSearch ( |
Recursively explores the Release definitions to determine the shortest conversion path between two releases.
|
public static ConversionFor ( |
||
source | The source |
|
target | The target |
|
Результат |
public abstract Convert ( |
||
document | The |
|
helper | IHelper | A |
Результат |