Xuni Product Documentation - Xamarin.Forms
FilterOperation Enumeration
Represents the valid operations.
Syntax
public enum FilterOperation : System.Enum 
Members
MemberDescription
Contains Represents a contains operation
EndsWith Represents a ends with operation
Equal Represents an equal operation
EqualText Represents an equal text operation
GreaterThan Represents a greater than operation
GreaterThanOrEqual Represents a greater than or equal operation
IsOneOf Represents an is one of operation
LessThan Represents a less than operation
LessThanOrEqual Represents a less than or equal operation
NotEqual Represents a not equal operation
NotEqualText Represents a not equal text operation
StartsWith Represents a starts with operation
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xuni.CollectionView.FilterOperation

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

Xuni.CollectionView Namespace