Skip to main content

JsFilterExpressionStatement

Assembly: ServiceStack.Common.dll
View Source
Declaration
public class JsFilterExpressionStatement : JsStatement

Properties

FilterExpression

View Source
Declaration
public PageVariableFragment FilterExpression { get; }

Methods

Equals(JsFilterExpressionStatement)

View Source
Declaration
protected bool Equals(JsFilterExpressionStatement other)
Returns

System.Boolean

Parameters
TypeName
ServiceStack.Script.JsFilterExpressionStatementother

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