GridFilter Class

Filter condition for the query retrieving rows in a grid.

Definition

Namespace: FileHold.Common.Grid
Assembly: FileHold.Common (in FileHold.Common.dll) Version: 17.2.0.0
C#
public class GridFilter
Inheritance
Object    GridFilter

Constructors

GridFilterInitializes a new instance of the GridFilter class

Properties

ConvertedValue In most cases this is the same as Value.
FilterDescriptors Child filters to match using the logical operator. If null, the object represent a basic filter which compares the property with the specified value.
IsBasicFilter True if the filter doesn't contain child filters.
LogicalOperator Logical operator (AND/OR) used for matching child filters.
Member Name of the property of the class representing a row.
MemberType Type of the property.
Operator Operator used to compare the property value and the specified value.
Value The value to compare with the property value.

Methods

Extension Methods

Convert Converts an object to a specified type.
(Defined by ObjectExtension)
ConvertT
(Defined by ObjectExtension)
ConvertT Converts an object to a specified type.
(Defined by ObjectExtension)
ToJson
(Defined by ObjectExtension)
TryConvert
(Defined by ObjectExtension)
TryConvert
(Defined by ObjectExtension)
TryConvert
(Defined by ObjectExtension)
TryConvert
(Defined by ObjectExtension)
TryConvert
(Defined by ObjectExtension)
TryConvert
(Defined by ObjectExtension)
TryConvert Attempts to convert an object to a specified type.
(Defined by ObjectExtension)
TryConvertT
(Defined by ObjectExtension)
TryConvertT
(Defined by ObjectExtension)
TryConvertT
(Defined by ObjectExtension)
TryConvertT
(Defined by ObjectExtension)
TryConvertT
(Defined by ObjectExtension)
TryConvertT
(Defined by ObjectExtension)
TryConvertT Attempts to convert an object to a specified type.
(Defined by ObjectExtension)

See Also