Method | Description | |
---|---|---|
CompliesWithSchema ( string schemaIdentifier ) : bool |
Tests if the node complies with the schema with the passed schema identifier.
|
Method | Description | |
---|---|---|
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.
|
public CompliesWithSchema ( string schemaIdentifier ) : bool | ||
schemaIdentifier | string | The identifier of the schema to test for. |
return | bool |
protected GlowNodeBase ( BerTag tag, uint type ) : System | ||
tag | BerTag | |
type | uint | |
return | System |
protected ValidateAfterDecodeOverride ( string &message ) : bool | ||
message | string | When returning false, set this to a string describing the kind of error. |
return | bool |