JsBinaryOperator
Assembly: ServiceStack.Common.dll
View Source
Declaration
public abstract class JsBinaryOperator : JsOperator, IRawString
Inherited Properties
Token
View Source
Declaration
public abstract string Token { get; }
Methods
Evaluate(Object, Object)
View Source
Declaration
public abstract object Evaluate(object lhs, object rhs)
Returns
System.Object
Parameters
Type | Name |
---|---|
System.Object | lhs |
System.Object | rhs |
Inherited Methods
Evaluate(ScriptScopeContext)
View Source
Declaration
public override object Evaluate(ScriptScopeContext scope)
Returns
System.Object
Parameters
Type | Name |
---|---|
ServiceStack.Script.ScriptScopeContext | scope |
ToRawString()
View Source
Declaration
public override string ToRawString()
Returns
System.String