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
Показать файл Открыть проект

Открытые методы

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