Skip to main content

EvaluatorExecutionContext

Assembly: ServiceStack.Razor.dll
View Source
Declaration
public class EvaluatorExecutionContext

Properties

BaseType

View Source
Declaration
public Type BaseType { get; set; }

GenericArgs

View Source
Declaration
public Type[] GenericArgs { get; set; }

TypeProperties

View Source
Declaration
public IDictionary<string, Type> TypeProperties { get; set; }

Items

View Source
Declaration
public List<EvaluatorItem> Items { get; }

Methods

Build()

View Source
Declaration
public Evaluator Build()
Returns

ServiceStack.Support.Markdown.Evaluator