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
Type | Name |
---|---|
ServiceStack.Script.JsFilterExpressionStatement | other |
Equals(Object)
View Source
Declaration
public override bool Equals(object obj)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
System.Object | obj |
GetHashCode()
View Source
Declaration
public override int GetHashCode()
Returns
System.Int32