C# Класс EmberLib.Glow.GlowNodeBase

Base class for the EmberPlus-Glow.Node and EmberPlus-Glow.QualifiedNode types.
Наследование: GlowContentElement
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CompliesWithSchema ( string schemaIdentifier ) : bool

Tests if the node complies with the schema with the passed schema identifier.

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

Метод Описание
GlowNodeBase ( BerTag tag, uint type ) : System

Creates a new instance of GlowNodeBase.

ValidateAfterDecodeOverride ( string &message ) : bool

Override this in application-defined node types to provide validation. Called when a node has been decoded. Overriden to validate Identifier.

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

CompliesWithSchema() публичный Метод

Tests if the node complies with the schema with the passed schema identifier.
public CompliesWithSchema ( string schemaIdentifier ) : bool
schemaIdentifier string The identifier of the schema to test for.
Результат bool

GlowNodeBase() защищенный Метод

Creates a new instance of GlowNodeBase.
protected GlowNodeBase ( BerTag tag, uint type ) : System
tag BerTag
type uint
Результат System

ValidateAfterDecodeOverride() защищенный Метод

Override this in application-defined node types to provide validation. Called when a node has been decoded. Overriden to validate Identifier.
protected ValidateAfterDecodeOverride ( string &message ) : bool
message string When returning false, set this to a string describing the kind of error.
Результат bool