RecroGridRGFilterRGCondition Class

Represents a condition for filtering.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.2.0.24.0426.1
C#
[SerializableAttribute]
public class RGCondition : IXmlSerializable
Inheritance
Object    RecroGridRGFilterRGCondition
Implements
IXmlSerializable

Constructors

RecroGridRGFilterRGConditionInitializes a new instance of the RecroGridRGFilterRGCondition class

Properties

ColName Gets or sets the name of the column.
Id Gets or sets the identifier of the column.
LogicalOperator Gets or sets the logical operator for the condition.
Params Gets or sets the parameter values for the condition.
SQLOperator Gets or sets the SQL operator for the condition.

Methods

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)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also