|  | RecroGridRGFilter Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Recrovit.RecroGridFramework
 Syntax
Syntaxpublic class RGFilter
The RecroGridRGFilter type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | RecroGridRGFilter | 
            Initializes a new instance of the RecroGridRGFilter class.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Any | 
            Gets a value indicating whether there is any condition.
             | 
|  | Conditions | 
            Gets the conditions.
             | 
|  | JSObject | 
            Gets the JavaScript object.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|   | Add(RecroGridRGFilterLogicalOperatorEnum, RecroGridRGFilter) | 
            Adds the specified condition from RGFilter.
             | 
|  | Add(RecroGrid, RecroGridRGFilterLogicalOperatorEnum, String, RecroGridRGFilterSQLOperatorEnum, Object) | 
            Adds the specified condition.
             | 
|   | Add(RecroGridRGFilterLogicalOperatorEnum, Int32, String, RecroGridRGFilterSQLOperatorEnum, Object) | 
            Adds the specified condition.
             | 
|  | AddAliasCol | 
            Adds the condition by Alias.
             | 
|  | AddIn | 
            Adds the In condition.
             | 
|  | AddNotIn | 
            Adds the Not In condition.
             | 
|   | Deserialize | 
            Deserializes the specified XML.
             | 
|  | GetFilter | 
            Gets the filter (WHERE) string.
             | 
|  | IsValid | 
            Megvizsgálja, hogy van-e érvényes feltétel
             | 
|  | Remove | 
            Removes the specified condition by ColName.
             | 
|  | Serialize | 
            Serializes this instance.
             | 
 See Also
See Also