C# Class EmberLib.Glow.GlowFunctionBase

Base class for the EmberPlus-Glow.Function and EmberPlus-Glow.QualifiedFunction types.
Inheritance: GlowContentElement
Mostrar archivo Open project: Lawo/ember-plus Class Usage Examples

Public Methods

Method Description
EnsureArguments ( ) : EmberSequence

Ensures that the "arguments" field is present, creating a new EmberSequence and assigning it to the "arguments" field if necessary.

EnsureResult ( ) : EmberSequence

Ensures that the "result" field is present, creating a new EmberSequence and assigning it to the "result" field if necessary.

Protected Methods

Method Description
GlowFunctionBase ( BerTag tag, uint type ) : System

Creates a new instance of GlowFunctionBase.

Method Details

EnsureArguments() public method

Ensures that the "arguments" field is present, creating a new EmberSequence and assigning it to the "arguments" field if necessary.
public EnsureArguments ( ) : EmberSequence
return EmberSequence

EnsureResult() public method

Ensures that the "result" field is present, creating a new EmberSequence and assigning it to the "result" field if necessary.
public EnsureResult ( ) : EmberSequence
return EmberSequence

GlowFunctionBase() protected method

Creates a new instance of GlowFunctionBase.
protected GlowFunctionBase ( BerTag tag, uint type ) : System
tag BerTag
type uint
return System