C# 클래스 HandCoded.FpML.Meta.FpMLSchemaRecogniser

The FpMLInstanceInitialiser class provides additional initialisation logic for FpML schema based instances, in particular it ensures that the FpML version attribute is set to match the referenced schema.
상속: HandCoded.Meta.DefaultSchemaRecogniser
파일 보기 프로젝트 열기: formicary/fpml-toolkit-csharp

공개 메소드들

메소드 설명
FpMLSchemaRecogniser ( ) : System

Constructs a FpMLSchemaRecogniser that performs additional initialisation for FpML documents.

Recognises ( HandCoded release, XmlDocument document ) : bool

Determines if the XmlDocument could be an instance of the indicated SchemaRelease. Also checks that the FpML version attribute matches the SchemaRelease instance.

메소드 상세

FpMLSchemaRecogniser() 공개 메소드

Constructs a FpMLSchemaRecogniser that performs additional initialisation for FpML documents.
public FpMLSchemaRecogniser ( ) : System
리턴 System

Recognises() 공개 메소드

Determines if the XmlDocument could be an instance of the indicated SchemaRelease. Also checks that the FpML version attribute matches the SchemaRelease instance.
public Recognises ( HandCoded release, XmlDocument document ) : bool
release HandCoded The potential .
document System.Xml.XmlDocument The to be tested.
리턴 bool