ComponentOne Xamarin Edition
FilterOperationExpression Class Members
Properties  Methods 

C1.CollectionView Assembly > C1.CollectionView Namespace : FilterOperationExpression Class

The following tables list the members exposed by FilterOperationExpression.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the FilterUnaryExpression class.  
Top
Public Properties
 NameDescription
Public Property The current filter operation: e.g. for a text filter, the FilterOperation is one of: 'Contains', 'StartsWith'.  
Public Property Path of the data item used get the value to which the expression will be applied.  
Public Property The filter info value used when applying the filter. e.g. when creating a text filter: text.StartsWith("AAA"), the Value would be "AAA".  
Top
Public Methods
 NameDescription
Public Method Determines whether this filter expression can be converted to a SQL filter expression. (Inherited from C1.CollectionView.FilterExpression)
Public Method Gets a filtering expression suitable for Linq to SQL. (Inherited from C1.CollectionView.FilterExpression)
Public MethodReturns a string that represents the current object.  
Top
See Also

Reference

FilterOperationExpression Class
C1.CollectionView Namespace