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
Protected method FilterBase Initializes a new instance of the class by using a FilterDescriptor object.

Top

Properties

  Name Description
Public property ContainsLocalizedDisplayName Determines whether the object contains a localized display name.
Public property FilterDescriptor Gets the filter descriptor.
Public property LocalizedDisplayName Gets the localized display name.
Public property Name Gets the filter base name.

Top

Methods

  Name Description
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

FilterBase Class

Microsoft.SharePoint.BusinessData.Runtime Namespace