FilterBase members
Include protected members
Include inherited members
A storage mechanism that holds values for type descriptors that are associated with filter descriptors. Serves as a base class for other types of filters.
The FilterBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FilterBase | This member is reserved for internal use and is not intended to be used directly from your code.. 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.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone | (Inherited from MarshalByRefObject.) | |
ToString | (Inherited from Object.) |
Top