C# 클래스 EmberLib.Glow.GlowFunctionBase

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

공개 메소드들

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

보호된 메소드들

메소드 설명
GlowFunctionBase ( BerTag tag, uint type ) : System

Creates a new instance of GlowFunctionBase.

메소드 상세

EnsureArguments() 공개 메소드

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

EnsureResult() 공개 메소드

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

GlowFunctionBase() 보호된 메소드

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