GreaterCondition
Assembly: ServiceStack.dll
View Source
Declaration
public class GreaterCondition : QueryCondition
Properties
Alias
View Source
Declaration
public override string Alias { get; }
Inherited Properties
Alias
View Source
Declaration
public abstract string Alias { get; }
Term
View Source
Declaration
public QueryTerm Term { get; set; }
Fields
Instance
View Source
Declaration
public static GreaterCondition Instance
Methods
Match(Object, Object)
View Source
Declaration
public override bool Match(object a, object b)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
System.Object | a |
System.Object | b |
Inherited Methods
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 |
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 |