Click or drag to resize
KaxListViewFilterExpression Class
Represents basic FilterExpression for the KaxListView control
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsKaxListViewFilterExpression
    More...

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public abstract class KaxListViewFilterExpression : IStateManager, 
	IHideObjectMembers, IEquatable<KaxListViewFilterExpression>

The KaxListViewFilterExpression type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(KaxListViewFilterExpression)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodToDynamicLinq
Returns a string representation of the filter expression in format suitable for LinqDataSource usage.
Public methodToEntitySQL
Returns a string representation of the filter expression in format suitable for EntityDataSource usage.
Public methodToOql
Returns a string representation of the filter expression in format suitable for OpenAccessDataSource control usage.
Public methodToPredicate
Returns a representation of the current filter expression as a delegate
Top
Properties
  NameDescription
Public propertyExpressionType
Gets the type of the current filter expression object
Public propertyFieldName
Gets or sets the name of the field on which the filter expression should be applied
Public propertyFieldType
Gets the type of the field
Public propertyFilterFunction
Gets the type of filter function
Public propertyStatic memberIllegalStrings
Top
See Also
Inheritance Hierarchy