你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FieldBuilderIgnoreAttribute 类

定义

指示目标属性应被 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
继承
FieldBuilderIgnoreAttribute
属性

注解

当属性定义未完全映射到 SearchField 对象,但其值仍需要与 JSON 进行转换时,此属性非常有用。 在这种情况下,无法使用 , JsonIgnoreAttribute 因为它会禁用 JSON 转换。 在 Azure 认知搜索 中的字符串字段与枚举属性之间进行映射时,此方案非常有用。

构造函数

FieldBuilderIgnoreAttribute()

指示目标属性应被 FieldBuilder忽略。

适用于