EvalScript
Assembly: ServiceStack.Desktop.dll
View Source
Declaration
public class EvalScript : object, IReturn<string>, IReturn
Properties
AuthSecret
View Source
Declaration
public string AuthSecret { get; set; }
EvaluateScript
View Source
Declaration
public string EvaluateScript { get; set; }
EvaluateCode
View Source
Declaration
public string EvaluateCode { get; set; }
EvaluateLisp
View Source
Declaration
public string EvaluateLisp { get; set; }
RenderScript
View Source
Declaration
public string RenderScript { get; set; }
RenderCode
View Source
Declaration
public string RenderCode { get; set; }
RenderLisp
View Source
Declaration
public string RenderLisp { get; set; }
EvaluateScriptAsync
View Source
Declaration
public string EvaluateScriptAsync { get; set; }
EvaluateCodeAsync
View Source
Declaration
public string EvaluateCodeAsync { get; set; }
EvaluateLispAsync
View Source
Declaration
public string EvaluateLispAsync { get; set; }
RenderScriptAsync
View Source
Declaration
public string RenderScriptAsync { get; set; }
RenderCodeAsync
View Source
Declaration
public string RenderCodeAsync { get; set; }
RenderLispAsync
View Source
Declaration
public string RenderLispAsync { get; set; }