Compartir a través de


: FilterDescriptor (Miembros) (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.

En las siguientes tablas se enumeran los miembros expuestos por el tipo FilterDescriptor .

Campos públicos

  Nombre Descripción
Campo público Estático CaseSensitivePropertyName A constant that represents a case-sensitive property name.
Campo público Estático IsDefaultPropertyName A constant that represents the default property name.

Arriba

Propiedades públicas

  Nombre Descripción
Propiedad pública FilterType Gets the data type of the filter.
Propiedad pública Id  Gets the unique ID of each metadata object.(heredado/a de MetadataObject)
Propiedad pública IsCached  Determines whether the metadata object is cached or not.(heredado/a de MetadataObject)
Propiedad pública Name  Gets the name of the metadata object.(heredado/a de MetadataObject)

Arriba

Métodos públicos

(vea también Métodos protegidos )

  Nombre Descripción
Método público ContainsLocalizedDisplayName  Determines whether the metadata object contains a localized display name.(heredado/a de MetadataObject)
Método público Equals  Sobrecargado. (heredado/a de Object)
Método público Estático GetById Gets a filter given its ID.
Método público GetDefaultDisplayName  Gets the default display name of the metadata object.(heredado/a de MetadataObject)
Método público GetHashCode  (heredado/a de Object)
Método público GetLocalizedDisplayName  Gets the localized display name of the metadata object.(heredado/a de MetadataObject)
Método público GetMethod Gets the method associated with the filter.
Método público GetProperties  Gets the properties associated with the metadata object.(heredado/a de MetadataObject)
Método público GetType  (heredado/a de Object)
Método público GetTypeDescriptors Gets the TypeDescriptor objects associated with the filter.
Método público Estático ReferenceEquals  (heredado/a de Object)
Método público ToString  (heredado/a de Object)

Arriba

Métodos protegidos

  Nombre Descripción
Método protegido Finalize  (heredado/a de Object)
Método protegido Initialize Initializes a FilterDescriptor object.
Método protegido MemberwiseClone  (heredado/a de Object)

Arriba

Vea también

Referencia

FilterDescriptor (Clase)
Microsoft.Office.Server.ApplicationRegistry.MetadataModel (Espacio de nombres)