EvaluatorItem
Assembly: ServiceStack.Razor.dll
View Source
Declaration
public class EvaluatorItem
Properties
ReturnType
View Source
Declaration
public Type ReturnType { get; set; }
Name
View Source
Declaration
public string Name { get; set; }
Expression
View Source
Declaration
public string Expression { get; set; }
Params
View Source
Declaration
public IDictionary<string, Type> Params { get; set; }