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.

See also

Reference

FilterBase members

Microsoft.Office.BusinessData.Runtime namespace