FilterComparisonOperator Class

Provides functionality for comparing values when filtering in the grid.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.JSGrid.FilterComparisonOperator

Namespace:  Microsoft.SharePoint.JSGrid
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Class FilterComparisonOperator
'Usage
Dim instance As FilterComparisonOperator
public class FilterComparisonOperator

Remarks

This class is used in conjunction with the EnableRowFiltering(IEnumerable<FilterComparisonOperator>, ObjectBuilderFromSerialized) method. It allows the library user to implement custom filtering operators outside of the standard operators already provided by the GridSerializer class.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

FilterComparisonOperator Members

Microsoft.SharePoint.JSGrid Namespace