次の方法で共有


FilterBase 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

See also

Reference

FilterBase class

Microsoft.SharePoint.BusinessData.Runtime namespace