C# 클래스 EmberLib.Glow.GlowNodeBase

Base class for the EmberPlus-Glow.Node and EmberPlus-Glow.QualifiedNode types.
상속: GlowContentElement
파일 보기 프로젝트 열기: Lawo/ember-plus 1 사용 예제들

공개 메소드들

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