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
Methods
GetGeneratorInput()
Gets GeneratorInput used for Generate<T>(GeneratorInput)
public abstract GeneratorInput GetGeneratorInput()
Returns
GetResultType()
Gets output type for generator result
public virtual Type GetResultType()