Show / Hide Table of Contents

Class Greater

Inheritance
object
ExpressionBase
Filter
ConditionFilter
Greater
Inherited Members
ConditionFilter.Field
ConditionFilter.Operator
ConditionFilter.Value
Filter.Group()
Filter.And(Filter)
Filter.Or(Filter)
ExpressionBase.ToString()
ExpressionBase.Expression
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.QueryExpression
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class Greater : ConditionFilter

Constructors

Greater(FunctionBase, FunctionBase)

Declaration
public Greater(FunctionBase field, FunctionBase value)
Parameters
Type Name Description
FunctionBase field
FunctionBase value

Greater(FunctionBase, object)

Declaration
public Greater(FunctionBase field, object value)
Parameters
Type Name Description
FunctionBase field
object value

Greater(string, FunctionBase)

Declaration
public Greater(string field, FunctionBase value)
Parameters
Type Name Description
string field
FunctionBase value

Greater(string, object)

Declaration
public Greater(string field, object value)
Parameters
Type Name Description
string field
object value

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX