: FilterDescriptor (Miembros) (Microsoft.Office.Server.ApplicationRegistry.Administration)
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 protegidos
Nombre | Descripción | |
---|---|---|
version | Represents the version number of the metadata object.(heredado/a de MetadataObject) |
Arriba
Propiedades públicas
Nombre | Descripción | |
---|---|---|
DefaultDisplayName | Gets the default display name of the metadata object.(heredado/a de MetadataObject) | |
Id | Gets the unique ID of the metadata object from the metadata repository.(heredado/a de MetadataObject) | |
IsCached | Indicates whether this metadata object is cached or not.(heredado/a de MetadataObject) | |
LocalizedDisplayName | Gets or sets the localized display name for the metadata object.(heredado/a de MetadataObject) | |
LocalizedDisplayNames | Gets all the localized display names available for this metadata object.(heredado/a de MetadataObject) | |
Method | Returns the method to which the FilterDescriptor belongs. | |
Name | Gets or sets the name of the metadata object.(heredado/a de MetadataObject) | |
Properties | Gets all the properties that belong to this metadata object.(heredado/a de MetadataObject) | |
Type | Sets or gets the type of the filter descriptor. |
Arriba
Métodos públicos
(vea también Métodos protegidos )
Nombre | Descripción | |
---|---|---|
ContainsLocalizedDisplayName | Indicates whether the metadata object contains a localized display name.(heredado/a de MetadataObject) | |
Delete | Sobrescrito. Deletes the filter descriptor from the Business Data Catalog. | |
Equals | Sobrecargado. (heredado/a de Object) | |
GetAccessControlList | A virtual method that is designed to return the list of access control entries (ACEs) associated with the metadata object registered in the Business Data Catalog. (heredado/a de AccessControlledMetadataObject) | |
GetById | Gets the filter descriptor object given its ID. | |
GetHashCode | (heredado/a de Object) | |
GetType | (heredado/a de Object) | |
MergeXml | ||
Read | Sobrescrito. Reads a filter descriptor object from the Business Data Catalog database. overwriting the current value of the fields of the object with whatever was present in the metadata database. For example, if you change the name of a FilterDescriptor and then call .Read on the FilterDescriptor, the name will be reset to whatever is in the database. | |
ReadXml | ||
ReferenceEquals | (heredado/a de Object) | |
ToString | (heredado/a de Object) | |
Update | Sobrescrito. Updates the filter descriptor metadata with the changes. | |
WriteXml | Sobrescrito. | |
WriteXmlLocalizedNames | (heredado/a de MetadataObject) | |
WriteXmlProperties | (heredado/a de MetadataObject) | |
WriteXmlSecurity | (heredado/a de AccessControlledMetadataObject) |
Arriba
Métodos protegidos
Nombre | Descripción | |
---|---|---|
DeleteInternal | (heredado/a de MetadataObject) | |
Finalize | (heredado/a de Object) | |
GetNearestIndividuallySecurableMetadataObjectAncestor | Sobrescrito. Returns the nearest individually securable parent metadata object, in this case the Method. | |
IsPrimitive | (heredado/a de MetadataObject) | |
MemberwiseClone | (heredado/a de Object) | |
ReadInternal | (heredado/a de MetadataObject) | |
ResolveInvalidAttribute | (heredado/a de MetadataObject) | |
ResolveInvalidElement | (heredado/a de MetadataObject) | |
ResolveMissingAttribute | (heredado/a de MetadataObject) | |
ResolveMissingElement | (heredado/a de MetadataObject) | |
UpdateInternal | Sobrescrito. |
Arriba
Vea también
Referencia
FilterDescriptor (Clase)
Microsoft.Office.Server.ApplicationRegistry.Administration (Espacio de nombres)