FilterDescriptor Members

Include Protected Members
Include Inherited Members

Describes the metadata of a filter.

The FilterDescriptor type exposes the following members.

Properties

  Name Description
Public property DefaultDisplayName Gets or sets the default display name. (Inherited from MetadataObject.)
Public property FilterField Gets or sets the column or field that has the filter.
Public property Id Gets the identifier of the MetadataObject object. (Inherited from MetadataObject.)
Public property IsCached Indicates whether the object is cached. (Inherited from MetadataObject.)
Public property LocalizedDisplayName Gets or sets the localized display name. (Inherited from MetadataObject.)
Public property LocalizedDisplayNames Gets the collection of localized display names. (Inherited from MetadataObject.)
Public property Method Gets the method to which the FilterDescriptor belongs.
Public property Name Gets or sets the name of the object. (Inherited from MetadataObject.)
Public property Properties Gets the property collection of the object. (Inherited from MetadataObject.)
Public property Type Gets or sets the type of the FilterDescriptor.

Top

Methods

  Name Description
Public method ContainsLocalizedDisplayName Indicates whether the object contains a localized display name. (Inherited from MetadataObject.)
Public method Delete Deletes the MetadataObject. (Inherited from MetadataObject.)
Public method GetAccessControlList() Gets the access control list (ACL) from the containing entity. (Inherited from AccessControlledMetadataObject.)
Public method GetAccessControlList(String) Gets the access control list (ACL) for the specified setting identifier. (Inherited from AccessControlledMetadataObject.)
Public methodStatic member GetById Gets the FilterDescriptor object given its identifier.
Public methodStatic member MergeXml Reads the FilterDescriptor definition from the specified resource XML for the specified method, and then merges its properties, localized names, and access control entries with the existing FilterDescriptor in the metadata store.
Public method Read Reads a FilterDescriptor object from the Business Data Connectivity (BDC) service store, overwriting the current value of the fields of the object with whatever was present in the metadata store. (Overrides MetadataObject.Read().)
Protected method ReadCommon This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from MetadataObject.)
Public methodStatic member ReadXml Reads the FilterDescriptor definition from the specified metadata XML for the method.
Public method ToString (Inherited from Object.)
Public method Update Updates the object. (Inherited from MetadataObject.)
Public method WriteXml(PackageContents) Returns the XML representation of the MetadataObject. (Inherited from MetadataObject.)
Public method WriteXml(PackageContents, String) Returns the XML representation of the MetadataObject, which is generated using the properties, localized names, and access control entries from the specified setting. (Inherited from MetadataObject.)

Top

See Also

Reference

FilterDescriptor Class

Microsoft.SharePoint.BusinessData.Administration.Client Namespace