C# Class EmberLib.Glow.GlowFunctionBase

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

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
GlowFunctionBase ( BerTag tag, uint type ) : System

Creates a new instance of GlowFunctionBase.

Method Details

EnsureArguments() public méthode

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

EnsureResult() public méthode

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

GlowFunctionBase() protected méthode

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