Partager via


Membres FilterDescriptor (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)

Filters are the fundamental way in which the Business Data Catalog captures user (or system) input and plumbs it through to the backend API invocation. FilterDescriptors describe where in a complex series of parameters, a filter value should be inserted. This is accomplished by 'tagging' the TypeDEscriptors representing complex parameters of a Method definition to flag where the insertion should happen. It is important to note that the backend must supply the functionality for filtering; the FilterDescriptors merely form a mechanism to surface this to the end user. FilterDescriptor objects are owned (contained) inside Method objects. They are subsequently referred by TypeDescriptor objects.

Les tableaux suivants contiennent la liste des membres exposés par le type FilterDescriptor .

Champs publics

  Nom Description
Champ public Statique CaseSensitivePropertyName A constant that represents a case-sensitive property name.
Champ public Statique IsDefaultPropertyName A constant that represents the default property name.

Haut de page

Propriétés publiques

  Nom Description
Propriété publique FilterType Gets the data type of the filter.
Propriété publique Id  Gets the unique ID of each metadata object.(hérité de MetadataObject)
Propriété publique IsCached  Determines whether the metadata object is cached or not.(hérité de MetadataObject)
Propriété publique Name  Gets the name of the metadata object.(hérité de MetadataObject)

Haut de page

Méthodes publiques

(voir aussi Méthodes protégées )

  Nom Description
Méthode publique ContainsLocalizedDisplayName  Determines whether the metadata object contains a localized display name.(hérité de MetadataObject)
Méthode publique Equals  Surchargé. (hérité de Object)
Méthode publique Statique GetById Gets a filter given its ID.
Méthode publique GetDefaultDisplayName  Gets the default display name of the metadata object.(hérité de MetadataObject)
Méthode publique GetHashCode  (hérité de Object)
Méthode publique GetLocalizedDisplayName  Gets the localized display name of the metadata object.(hérité de MetadataObject)
Méthode publique GetMethod Gets the method associated with the filter.
Méthode publique GetProperties  Gets the properties associated with the metadata object.(hérité de MetadataObject)
Méthode publique GetType  (hérité de Object)
Méthode publique GetTypeDescriptors Gets the TypeDescriptor objects associated with the filter.
Méthode publique Statique ReferenceEquals  (hérité de Object)
Méthode publique ToString  (hérité de Object)

Haut de page

Méthodes protégées

  Nom Description
Méthode protégée Finalize  (hérité de Object)
Méthode protégée Initialize Initializes a FilterDescriptor object.
Méthode protégée MemberwiseClone  (hérité de Object)

Haut de page

Voir aussi

Référence

FilterDescriptor, classe
Microsoft.Office.Server.ApplicationRegistry.MetadataModel, espace de noms