Click or drag to resize
FilterDescriptorBase Class
Base class for all IFilterDescriptor used for handling the logic for property changed notifications.
Inheritance Hierarchy

Namespace: Kettic.AspNet.Data
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class FilterDescriptorBase : DescriptorBase, 
	IFilterDescriptor

The FilterDescriptorBase type exposes the following members.

Constructors
  NameDescription
Public methodFilterDescriptorBase
Top
Methods
  NameDescription
Public methodCreateFilterExpression
Creates a filter expression by delegating its creation to CreateFilterExpression(ParameterExpression), if instance is ParameterExpression, otherwise throws ArgumentException
Top
See Also