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
파일 보기 프로젝트 열기: formicary/fpml-toolkit-csharp 1 사용 예제들

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