C# Class HandCoded.FpML.Conversions.R5_2__R5_3_CONFIRMATION

The R5_2__R5_3_CONFIRMATION class implements a conversion from FpML 5-2 to FpML 5-3 for the conformation view.
Inheritance: HandCoded.Meta.DirectConversion
Show file 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_2__R5_3_CONFIRMATION ( ) : System

Constructs a R5_2__R5_3_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_2__R5_3_CONFIRMATION() public method

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