RecroGridRGFilter Class

Filter helper class.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.1.0.23.1204.1+9d8b98a22c49d038b4e3323bfe56aa1d0eabe7ae
C#
public class RGFilter
Inheritance
Object    RecroGridRGFilter

Constructors

RecroGridRGFilter Initializes a new instance of the RecroGridRGFilter class.

Properties

Any Gets a value indicating whether there is any condition.
Conditions Gets the conditions.
JSObject Gets the JavaScript object.

Methods

Add(RecroGridRGFilterLogicalOperatorEnum, RecroGridRGFilter) Adds the specified condition from RGFilter.
Add(RecroGridRGFilterLogicalOperatorEnum, Int32, String, RecroGridRGFilterSQLOperatorEnum, Object) Adds the specified condition.
Add(RecroGrid, RecroGridRGFilterLogicalOperatorEnum, 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.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetFilter Gets the filter (WHERE) string.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IsValid Determines whether there is a valid condition.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Remove Removes the specified condition by ColName.
Serialize Serializes this instance.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also