Creates an instance of NumberFilterFunction.
Name of the function that returns a numeric value
Representation of the parameters passed to the filter function
Type of the returned numeric value. This influences the formatting of the returned value.
EdmType of the return type of the filter function.
Name of the function
Representation of the parameters passed to the filter function
Creates an instance of Filter for this filter function and the given value using the operator 'eq', i.e. ==
.
Value to be used in the filter
The resulting filter
Creates an instance of Filter for this filter function and the given value using the operator 'ge', i.e. >=
.
Value to be used in the filter
The resulting filter
Creates an instance of Filter for this filter function and the given value using the operator 'gt', i.e. >
.
Value to be used in the filter
The resulting filter
Creates an instance of Filter for this filter function and the given value using the operator 'le', i.e. <=
.
Value to be used in the filter
The resulting filter
Creates an instance of Filter for this filter function and the given value using the operator 'lt', i.e. <
.
Value to be used in the filter
The resulting filter
Creates an instance of Filter for this filter function and the given value using the operator 'ne', i.e. !=
.
Value to be used in the filter
The resulting filter
Serializes the filter function into a string
Names of parents in case the function is part of a filter on a navigation property
The filter function as string
Representation of a filter function, that has returns a value of type number. This supports int, double and decimal values.