FilterAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente un Attribute qui peut être placé sur une classe ou une propriété en corrélation avec les paramètres d’option de requête $filter OData.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=true)]
public sealed class FilterAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=true)>]
type FilterAttribute = class
inherit Attribute
Public NotInheritable Class FilterAttribute
Inherits Attribute
- Héritage
-
FilterAttribute
- Attributs
Constructeurs
FilterAttribute() |
Initialise une nouvelle instance de la classe FilterAttribute. |
FilterAttribute(String[]) |
Initialise une nouvelle instance de la FilterAttribute classe avec le nom de propriétés $filter autorisées. |
Propriétés
Disabled |
Indique si le $filter peut être appliqué à ces propriétés. |
FilterConfigurations |
Obtient ou définit la configuration $filter des propriétés. |