Show / Hide Table of Contents

Class EndsWith

Inheritance
object
ExpressionBase
Filter
EndsWith
Inherited Members
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 EndsWith : Filter

Constructors

EndsWith(FunctionBase, FunctionBase)

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

EndsWith(FunctionBase, string)

Declaration
public EndsWith(FunctionBase field, string expression)
Parameters
Type Name Description
FunctionBase field
string expression

EndsWith(string, FunctionBase)

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

EndsWith(string, string)

Declaration
public EndsWith(string field, string expression)
Parameters
Type Name Description
string field
string expression

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