C# 클래스 HandCoded.FpML.Validation.FpMLRuleSet

The FpMLRuleSet is the abstract base class used by all other FpML rule sets.
상속: HandCoded.Xml.Logic
파일 보기 프로젝트 열기: formicary/fpml-toolkit-csharp 1 사용 예제들

보호된 메소드들

메소드 설명
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