FieldBuilderIgnoreAttribute 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.
Indique que la propriété cible doit être ignorée par FieldBuilder.
[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class FieldBuilderIgnoreAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type FieldBuilderIgnoreAttribute = class
inherit Attribute
Public Class FieldBuilderIgnoreAttribute
Inherits Attribute
- Héritage
-
FieldBuilderIgnoreAttribute
- Attributs
Remarques
Cet attribut est utile dans les situations où une définition de propriété ne mappe pas proprement à un SearchField objet, mais où ses valeurs doivent toujours être converties vers et à partir de JSON. Dans ce cas, ne peut pas être utilisé, JsonIgnoreAttribute car il désactiverait la conversion JSON. Un exemple de scénario où cela est utile est lors du mappage entre un champ de chaîne dans Recherche cognitive Azure et une propriété enum.
Constructeurs
FieldBuilderIgnoreAttribute() |
Indique que la propriété cible doit être ignorée par FieldBuilder. |
S’applique à
Azure SDK for .NET