Table of Contents

Class GeneratorInstruction

Namespace
Dynamicweb.Generation
Assembly
Dynamicweb.Core.dll

Represents generator instruction base class

[Experimental("Generation")]
public abstract class GeneratorInstruction
Inheritance
GeneratorInstruction
Derived
Inherited Members

Constructors

GeneratorInstruction()

protected GeneratorInstruction()

Properties

TypeName

Gets type name of the instruction

public string TypeName { get; }

Property Value

string

Methods

GetGeneratorInput()

public abstract GeneratorInput GetGeneratorInput()

Returns

GeneratorInput

GetResultType()

Gets output type for generator result

public virtual Type GetResultType()

Returns

Type
To top