C# 클래스 HandCoded.FpML.Conversions.R4_5__R4_6

The R4_5__R4_6 class implements a conversion from FpML 4-5 to FpML 4-6.
상속: HandCoded.Meta.DirectConversion
파일 보기 프로젝트 열기: formicary/fpml-toolkit-csharp

공개 메소드들

메소드 설명
Convert ( XmlDocument source, HandCoded helper ) : XmlDocument

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

R4_5__R4_6 ( ) : System

Constructs a R4_5__TR4_6 instance.

비공개 메소드들

메소드 설명
Transcribe ( XmlNode context, XmlDocument document, XmlNode parent ) : void

메소드 상세

Convert() 공개 메소드

Applies the Conversion to a XmlDocument instance to create a new XmlDocument.
public Convert ( XmlDocument source, HandCoded helper ) : XmlDocument
source System.Xml.XmlDocument The to be converted.
helper HandCoded A used to guide conversion.
리턴 System.Xml.XmlDocument

R4_5__R4_6() 공개 메소드

Constructs a R4_5__TR4_6 instance.
public R4_5__R4_6 ( ) : System
리턴 System