Skip to main content

JsOperator

Assembly: ServiceStack.Common.dll​
View Source​
Declaration
public abstract class JsOperator : JsToken, IRawString

Properties​

Token​

View Source​
Declaration
public abstract string Token { get; }

Methods​

ToRawString()​

View Source​
Declaration
public override string ToRawString()
Returns​

System.String

Evaluate(ScriptScopeContext)​

View Source​
Declaration
public override object Evaluate(ScriptScopeContext scope)
Returns​

System.Object

Parameters​
TypeName
ServiceStack.Script.ScriptScopeContextscope

Inherited Methods​

Evaluate(ScriptScopeContext)​

View Source​
Declaration
public abstract object Evaluate(ScriptScopeContext scope)
Returns​

System.Object

Parameters​
TypeName
ServiceStack.Script.ScriptScopeContextscope

JsonValue(Object)​

View Source​
Declaration
public string JsonValue(object value)
Returns​

System.String

Parameters​
TypeName
System.Objectvalue

ToRawString()​

View Source​
Declaration
public abstract string ToRawString()
Returns​

System.String

ToString()​

View Source​
Declaration
public override string ToString()
Returns​

System.String

UnwrapValue(JsToken)​

View Source​
Declaration
public static object UnwrapValue(JsToken token)
Returns​

System.Object

Parameters​
TypeName
ServiceStack.Script.JsTokentoken

Implements​