Skip to main content

QueryCondition

Assembly: ServiceStack.dll
View Source
Declaration
public abstract class QueryCondition

Properties

Alias

View Source
Declaration
public abstract string Alias { get; }

Term

View Source
Declaration
public QueryTerm Term { get; set; }

Methods

Match(Object, Object)

View Source
Declaration
public abstract bool Match(object a, object b)
Returns

System.Boolean

Parameters
TypeName
System.Objecta
System.Objectb

CompareTo(Object, Object)

View Source
Declaration
public virtual int CompareTo(object a, object b)
Returns

System.Int32

Parameters
TypeName
System.Objecta
System.Objectb