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

The CR4_0__R4_1 class implements a conversion from FpML 4-0 to FpML 4-1. The specific changes need (other than basic DOCTYPE substitutions are:
상속: 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_0__R4_1 ( ) : System

Constructs a R4_0__R4_1 instance.

비공개 메소드들

메소드 설명
Transcribe ( XmlNode context, XmlDocument document, XmlNode parent, HandCoded helper ) : 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_0__R4_1() 공개 메소드

Constructs a R4_0__R4_1 instance.
public R4_0__R4_1 ( ) : System
리턴 System