SerializePropertyNamesAsCamelCaseAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
検索インデックスのフィールド名と一致させるために、モデル型のパブリック プロパティをキャメル ケースとしてシリアル化する必要があることを示します。
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct, AllowMultiple=false, Inherited=true)]
public class SerializePropertyNamesAsCamelCaseAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct, AllowMultiple=false, Inherited=true)>]
type SerializePropertyNamesAsCamelCaseAttribute = class
inherit Attribute
Public Class SerializePropertyNamesAsCamelCaseAttribute
Inherits Attribute
- 継承
-
SerializePropertyNamesAsCamelCaseAttribute
- 属性
注釈
この属性を持たない型には、Azure Cognitive Searchの対応するフィールド名と完全に一致するプロパティ名が必要です。 それ以外の場合は、型のインスタンスを使用してインデックスを設定することはできません。
コンストラクター
SerializePropertyNamesAsCamelCaseAttribute() |
検索インデックスのフィールド名と一致させるために、モデル型のパブリック プロパティをキャメル ケースとしてシリアル化する必要があることを示します。 |
メソッド
IsDefinedOnType(Type) |
指定した型に SerializePropertyNamesAsCamelCaseAttribute で注釈を付けるかどうかを示します。 |
IsDefinedOnType<T>() |
指定した型に SerializePropertyNamesAsCamelCaseAttribute で注釈を付けるかどうかを示します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET