Skip to main content

JsArrayExpression

Assembly: ServiceStack.Common.dll​
View Source​
Declaration
public class JsArrayExpression : JsExpression, IRawString

Properties​

Elements​

View Source​
Declaration
public JsToken[] Elements { get; }

Methods​

Evaluate(ScriptScopeContext)​

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

System.Object

Parameters​
TypeName
ServiceStack.Script.ScriptScopeContextscope

ToRawString()​

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

System.String

ToJsAst()​

View Source​
Declaration
public override Dictionary<string, object> ToJsAst()
Returns​

System.Collections.Generic.Dictionary<System.String,System.Object>

Equals(JsArrayExpression)​

View Source​
Declaration
protected bool Equals(JsArrayExpression other)
Returns​

System.Boolean

Parameters​
TypeName
ServiceStack.Script.JsArrayExpressionother

Equals(Object)​

View Source​
Declaration
public override bool Equals(object obj)
Returns​

System.Boolean

Parameters​
TypeName
System.Objectobj

GetHashCode()​

View Source​
Declaration
public override int GetHashCode()
Returns​

System.Int32

Inherited Methods​

ToJsAst()​

View Source​
Declaration
public abstract Dictionary<string, object> ToJsAst()
Returns​

System.Collections.Generic.Dictionary<System.String,System.Object>

ToJsAstType()​

View Source​
Declaration
public virtual string ToJsAstType()
Returns​

System.String

Implements​