FilterBase Class
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.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
Microsoft.Office.BusinessData.Runtime.FilterBase
Microsoft.Office.BusinessData.Runtime.SystemFilter
Microsoft.Office.BusinessData.Runtime.UserInputFilter
Namespace: Microsoft.Office.BusinessData.Runtime
Assembly: Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.dll)
Syntax
'Declaration
Public MustInherit Class FilterBase _
Inherits MarshalByRefObject _
Implements IFilter
'Usage
Dim instance As FilterBase
public abstract class FilterBase : MarshalByRefObject,
IFilter
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.