: ComparisonFilter (Clase) (Microsoft.Office.Server.ApplicationRegistry.Runtime)

Represents a filter that limits the instances returned to those that meet the comparison operator condition.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
Public Class ComparisonFilter
    Inherits UserInputFilter
'Uso
Dim instance As ComparisonFilter
[SerializableAttribute] 
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)] 
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] 
public class ComparisonFilter : UserInputFilter

Comentarios

Note that this is just metadata. The Business Data Catalog does not enforce the condition in anyway; the metadata just describes what the backend API that you are modeling is supposed to do. If the API returns items where price > 33 and you use an == operator, the Business Data Catalog will still return items where price > 33 even though the UI will display ==.

Jerarquía de herencia

System.Object
   Microsoft.Office.Server.ApplicationRegistry.Runtime.FilterBase
     Microsoft.Office.Server.ApplicationRegistry.Runtime.UserInputFilter
      Microsoft.Office.Server.ApplicationRegistry.Runtime.ComparisonFilter
         Microsoft.Office.Server.ApplicationRegistry.Runtime.WildcardFilter

Seguridad de subprocesos

Todos los miembros estáticos públicos (compartidos en Visual Basic) de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancia sean seguros para los subprocesos.

Vea también

Referencia

ComparisonFilter (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Runtime (Espacio de nombres)