Skip to main content

JsIdentifier

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

Properties

Name

View Source
Declaration
public string Name { 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

Equals(JsIdentifier)

View Source
Declaration
protected bool Equals(JsIdentifier other)
Returns

System.Boolean

Parameters
TypeName
ServiceStack.Script.JsIdentifierother

ToJsAst()

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

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

GetHashCode()

View Source
Declaration
public override int GetHashCode()
Returns

System.Int32

Equals(Object)

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

System.Boolean

Parameters
TypeName
System.Objectobj

ToString()

View Source
Declaration
public override string ToString()
Returns

System.String

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