FilterBase Members
Include Protected Members
Include Inherited Members
Represents the class that data filters are based on. Inherit from this class to make a new filter, or reference this class when performing operations on filters in general. A FilterBase object filters external system data according to specified criteria.
The FilterBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
FilterBase | Initializes a new instance of the class by using a FilterDescriptor object. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ContainsLocalizedDisplayName | Determines whether the object contains a localized display name. |
![]() |
FilterDescriptor | Gets the filter descriptor. |
![]() |
LocalizedDisplayName | Gets the localized display name. |
![]() |
Name | Gets the filter base name. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CreateObjRef | (Inherited from MarshalByRefObject.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetLifetimeService | (Inherited from MarshalByRefObject.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() |
ToString | (Inherited from Object.) |
Top