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

The R1_0__R2_0 class implements a conversion from FpML 1.0 to FpML 2.0. The specific changes needed (other than basic DOCTYPE changes) are:
  • The <product> container element was removed.
  • Superfluous type and base attributes are removed.
상속: 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.

R1_0__R2_0 ( ) : System

Constructs a CR1_0__R2_0 instance.

비공개 메소드들

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

Recursively copies the structure of the old FpML 1-0 document into a new FpML 2-0 document adjusting the elements and attributes as necessary.

메소드 상세

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

R1_0__R2_0() 공개 메소드

Constructs a CR1_0__R2_0 instance.
public R1_0__R2_0 ( ) : System
리턴 System