C# Класс HandCoded.Meta.IndirectConversion

The IndirectConversion is used to chain multiple transformations together to create a multi-stage transformation. IndirectConversion instances are created during the search process to find a conversion path between two releases.
Наследование: Conversion
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Convert ( XmlDocument document, IHelper helper ) : XmlDocument

Applies the IndirectConversion to a XmlDocument instance to create a new XmlDocument.

IndirectConversion ( Conversion first, Conversion second ) : System

Constructs a IndirectConversion instance that connects two other Conversion instances.

ToString ( ) : string

Converts the state of the instance to a string.

Описание методов

Convert() публичный Метод

Applies the IndirectConversion to a XmlDocument instance to create a new XmlDocument.
public Convert ( XmlDocument document, IHelper helper ) : XmlDocument
document System.Xml.XmlDocument The to be converted.
helper IHelper A used to guide conversion.
Результат System.Xml.XmlDocument

IndirectConversion() публичный Метод

Constructs a IndirectConversion instance that connects two other Conversion instances.
public IndirectConversion ( Conversion first, Conversion second ) : System
first Conversion The first to apply.
second Conversion The second to apply.
Результат System

ToString() публичный Метод

Converts the state of the instance to a string.
public ToString ( ) : string
Результат string