C# Класс HandCoded.FpML.Validation.FpMLRuleSet

The FpMLRuleSet is the abstract base class used by all other FpML rule sets.
Наследование: HandCoded.Xml.Logic
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
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.

Описание методов

DetermineNamespace() защищенный статический Метод

Determines the namespace URI of the FpML document.
protected static DetermineNamespace ( NodeIndex nodeIndex ) : String
nodeIndex HandCoded.Xml.NodeIndex A of the entire document.
Результат String

IsSameCurrency() защищенный статический Метод

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 .
Результат bool

ToInterval() защищенный статический Метод

Extracts an Interval from the data stored below the given context node.
protected static ToInterval ( XmlElement context ) : Interval
context System.Xml.XmlElement The context .
Результат HandCoded.Finance.Interval