Click or drag to resize

RecroGridRGFilter Class

Szűrő segédosztály.
Inheritance Hierarchy
SystemObject
  Recrovit.RecroGridFrameworkRecroGridRGFilter

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public class RGFilter

The RecroGridRGFilter type exposes the following members.

Constructors
  NameDescription
Public methodRecroGridRGFilter
Initializes a new instance of the RecroGridRGFilter class.
Top
Properties
  NameDescription
Public propertyAny
Gets a value indicating whether there is any condition.
Public propertyConditions
Gets the conditions.
Public propertyJSObject
Gets the JavaScript object.
Top
Methods
  NameDescription
Public methodCode exampleAdd(RecroGridRGFilterLogicalOperatorEnum, RecroGridRGFilter)
Adds the specified condition from RGFilter.
Public methodAdd(RecroGrid, RecroGridRGFilterLogicalOperatorEnum, String, RecroGridRGFilterSQLOperatorEnum, Object)
Adds the specified condition.
Public methodCode exampleAdd(RecroGridRGFilterLogicalOperatorEnum, Int32, String, RecroGridRGFilterSQLOperatorEnum, Object)
Adds the specified condition.
Public methodAddAliasCol
Adds the condition by Alias.
Public methodAddIn
Adds the In condition.
Public methodAddNotIn
Adds the Not In condition.
Public methodStatic memberDeserialize
Deserializes the specified XML.
Public methodGetFilter
Gets the filter (WHERE) string.
Public methodIsValid
Megvizsgálja, hogy van-e érvényes feltétel
Public methodRemove
Removes the specified condition by ColName.
Public methodSerialize
Serializes this instance.
Top
See Also