FilterAttribute Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Představuje objekt Attribute , který lze umístit na třídu nebo vlastnost korelující s nastavením možnosti dotazu $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
- Dědičnost
-
FilterAttribute
- Atributy
Konstruktory
FilterAttribute() |
Inicializuje novou instanci FilterAttribute třídy. |
FilterAttribute(String[]) |
Inicializuje novou instanci FilterAttribute třídy s názvem povolených $filter vlastností. |
Vlastnosti
Disabled |
Představuje, zda $filter lze použít na tyto vlastnosti. |
FilterConfigurations |
Získá nebo nastaví $filter konfigurace vlastností. |