FilterDescriptorBase Class |
Base class for all
IFilterDescriptor used for
handling the logic for property changed notifications.
Inheritance Hierarchy
Namespace: Kettic.AspNet.DataAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic class FilterDescriptorBase : DescriptorBase,
IFilterDescriptor
Public Class FilterDescriptorBase
Inherits DescriptorBase
Implements IFilterDescriptor
public ref class FilterDescriptorBase : public DescriptorBase,
IFilterDescriptor
type FilterDescriptorBase =
class
inherit DescriptorBase
interface IFilterDescriptor
end
The FilterDescriptorBase type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | CreateFilterExpression |
Creates a filter expression by delegating its creation to
CreateFilterExpression(ParameterExpression), if
instance is ParameterExpression, otherwise throws ArgumentException |
Top
See Also