Show / Hide Table of Contents

Class EndsWith

Ends with filter expression

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.Scripting.Report
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public class EndsWith : Filter

Constructors

View Source

EndsWith(FunctionBase, FunctionBase)

Constructor

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

The field function

FunctionBase value

The value function

View Source

EndsWith(FunctionBase, string)

Constructor

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

The field function

string expression

The query expression

View Source

EndsWith(string, FunctionBase)

Constructor

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

The query field name

FunctionBase value

The expression function

View Source

EndsWith(string, string)

Constructor

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

The query field name

string expression

The query 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)
  • View Source
☀
☾
Back to top Generated by DocFX