C# Class HandCoded.FpML.Conversions.R5_0__R5_1_CONFIRMATION

The R5_0__R5_1_CONFIRMATION class implements a conversion from FpML 5-0 to FpML 5-1 for the conformation view.
Inheritance: HandCoded.Meta.DirectConversion
Exibir arquivo Open project: formicary/fpml-toolkit-csharp

Public Methods

Method Description
Convert ( XmlDocument source, HandCoded helper ) : XmlDocument

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

R5_0__R5_1_CONFIRMATION ( ) : System

Constructs a R5_0__R5_1_CONFIRMATION instance.

Private Methods

Method Description
Transcribe ( XmlNode context, XmlDocument document, XmlNode parent ) : void

Method Details

Convert() public method

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.
return System.Xml.XmlDocument

R5_0__R5_1_CONFIRMATION() public method

Constructs a R5_0__R5_1_CONFIRMATION instance.
public R5_0__R5_1_CONFIRMATION ( ) : System
return System