C# Class HandCoded.FpML.Validation.FpMLRuleSet

The FpMLRuleSet is the abstract base class used by all other FpML rule sets.
Inheritance: HandCoded.Xml.Logic
Afficher le fichier Open project: formicary/fpml-toolkit-csharp Class Usage Examples

Méthodes protégées

Méthode Description
DetermineNamespace ( NodeIndex nodeIndex ) : String

Determines the namespace URI of the FpML document.

IsSameCurrency ( XmlElement ccy1, XmlElement ccy2 ) : bool

Determine if two XmlElement structures containing currency instances have the same currency codes belonging to the same currency code scheme.

ToInterval ( XmlElement context ) : Interval

Extracts an Interval from the data stored below the given context node.

Method Details

DetermineNamespace() protected static méthode

Determines the namespace URI of the FpML document.
protected static DetermineNamespace ( NodeIndex nodeIndex ) : String
nodeIndex HandCoded.Xml.NodeIndex A of the entire document.
Résultat String

IsSameCurrency() protected static méthode

Determine if two XmlElement structures containing currency instances have the same currency codes belonging to the same currency code scheme.
protected static IsSameCurrency ( XmlElement ccy1, XmlElement ccy2 ) : bool
ccy1 System.Xml.XmlElement The first currency .
ccy2 System.Xml.XmlElement The second currency .
Résultat bool

ToInterval() protected static méthode

Extracts an Interval from the data stored below the given context node.
protected static ToInterval ( XmlElement context ) : Interval
context System.Xml.XmlElement The context .
Résultat HandCoded.Finance.Interval