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

The R4_4__R4_5 class implements a conversion from FpML 4-4 to FpML 4-5.
상속: 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_4__R4_5 ( ) : System

Constructs a R4_4__TR4_5 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_4__R4_5() 공개 메소드

Constructs a R4_4__TR4_5 instance.
public R4_4__R4_5 ( ) : System
리턴 System