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
Type | Name |
---|---|
System.Object | a |
System.Object | b |
CompareTo(Object, Object)
View Source
Declaration
public virtual int CompareTo(object a, object b)
Returns
System.Int32
Parameters
Type | Name |
---|---|
System.Object | a |
System.Object | b |