FieldBuilderIgnoreAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ターゲット プロパティを で FieldBuilder
無視する必要があることを示します。
[System.AttributeUsage(System.AttributeTargets.Property)]
public class FieldBuilderIgnoreAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type FieldBuilderIgnoreAttribute = class
inherit Attribute
Public Class FieldBuilderIgnoreAttribute
Inherits Attribute
- 継承
-
FieldBuilderIgnoreAttribute
- 属性
注釈
この属性は、プロパティ定義がオブジェクトにクリーンにマップ Field
されないが、その値を JSON との間で変換する必要がある場合に便利です。 その場合は、 JsonIgnore
JSON 変換を無効にするため、 を使用できません。 これが役立つシナリオの例は、Azure Cognitive Searchの文字列フィールドと列挙型プロパティの間でマッピングする場合です。
コンストラクター
FieldBuilderIgnoreAttribute() |
ターゲット プロパティを で |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET