Intersoft ClientUI Documentation
FilterOperator Enumeration



Specifies type of filter operator.
Syntax
Public Enum FilterOperator 
   Inherits System.Enum
Dim instance As FilterOperator
public enum FilterOperator : System.Enum 
public enum class FilterOperator : public System.Enum 
Members
MemberDescription
Contains Contains.
DoesNotContain Does Not Contains.
EndsWith Ends With.
IsContainedIn Contained In.
IsEqualTo Equal To.
IsGreaterThan Greater Than.
IsGreaterThanOrEqualTo Greater Than or Equal To.
IsLessThan Less Than.
IsLessThanOrEqualTo Less Than or Equal To.
IsNotEqualTo Not Equal To.
IsNullOrEmpty Is Null Or Empty
StartsWith Starts With.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.Data.ComponentModel.FilterOperator

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Intersoft.Client.Data.ComponentModel Namespace

Send Feedback