共用方式為


JsonSourceGenerationOptionsAttribute 類別

定義

指示 System.Text.Json 來源產生器假設指定的選項將在運行時間透過 JsonSerializerOptions使用。

public ref class JsonSourceGenerationOptionsAttribute sealed : System::Text::Json::Serialization::JsonAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public sealed class JsonSourceGenerationOptionsAttribute : System.Text.Json.Serialization.JsonAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type JsonSourceGenerationOptionsAttribute = class
    inherit JsonAttribute
Public NotInheritable Class JsonSourceGenerationOptionsAttribute
Inherits JsonAttribute
繼承
JsonSourceGenerationOptionsAttribute
屬性

建構函式

JsonSourceGenerationOptionsAttribute()

初始化 JsonSourceGenerationOptionsAttribute的新實例。

JsonSourceGenerationOptionsAttribute(JsonSerializerDefaults)

使用指定的 JsonSerializerDefaults所決定的預先定義選項集,建構新的 JsonSourceGenerationOptionsAttribute 實例。

屬性

AllowOutOfOrderMetadataProperties

指定設定時 AllowOutOfOrderMetadataProperties 的預設值。

AllowTrailingCommas

取得或設定 AllowTrailingCommas的預設值。

Converters

取得或設定 Converters的預設值。

DefaultBufferSize

取得或設定 DefaultBufferSize的預設值。

DefaultIgnoreCondition

取得或設定預設的忽略條件。

DictionaryKeyPolicy

取得或設定 DictionaryKeyPolicy的預設值。

GenerationMode

取得或設定未使用 GenerationMode明確設定模式的類型來源產生模式。

IgnoreReadOnlyFields

取得或設定值,這個值表示是否忽略唯讀欄位。

IgnoreReadOnlyProperties

取得或設定值,這個值表示是否忽略唯讀屬性。

IncludeFields

取得或設定值,這個值表示是否要包含串行化和還原串行化的欄位。

IndentCharacter

指定設定時 IndentCharacter 的預設值。

IndentSize

指定設定時 IndentCharacter 的預設值。

MaxDepth

取得或設定 MaxDepth的預設值。

NewLine

指定設定時 NewLine 的預設值。

NumberHandling

取得或設定 NumberHandling的預設值。

PreferredObjectCreationHandling

取得或設定 PreferredObjectCreationHandling的預設值。

PropertyNameCaseInsensitive

取得或設定 PropertyNameCaseInsensitive的預設值。

PropertyNamingPolicy

取得或設定內建命名原則,以轉換 JSON 屬性名稱。

ReadCommentHandling

取得或設定 ReadCommentHandling的預設值。

RespectNullableAnnotations

指定設定時 RespectNullableAnnotations 的預設值。

RespectRequiredConstructorParameters

指定設定時 RespectRequiredConstructorParameters 的預設值。

TypeId

在衍生類別中實作時,取得這個 Attribute的唯一標識碼。

(繼承來源 Attribute)
UnknownTypeHandling

取得或設定 UnknownTypeHandling的預設值。

UnmappedMemberHandling

取得或設定 UnmappedMemberHandling的預設值。

UseStringEnumConverter

取得或設定值,這個值表示來源產生器是否預設為 JsonStringEnumConverter,而不是在其類型圖表中遇到的所有列舉型別的數值串行化。

WriteIndented

取得或設定值,這個值表示 JSON 輸出是否相當列印。

方法

Equals(Object)

傳回值,這個值表示這個實例是否等於指定的物件。

(繼承來源 Attribute)
GetHashCode()

傳回這個實例的哈希碼。

(繼承來源 Attribute)
GetType()

取得目前實例的 Type

(繼承來源 Object)
IsDefaultAttribute()

在衍生類別中覆寫時,指出這個實例的值是否為衍生類別的預設值。

(繼承來源 Attribute)
Match(Object)

在衍生類別中覆寫時,傳回值,指出這個實例是否等於指定的物件。

(繼承來源 Attribute)
MemberwiseClone()

建立目前 Object的淺層複本。

(繼承來源 Object)
ToString()

傳回表示目前 物件的字串。

(繼承來源 Object)

明確介面實作

_Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)

將一組名稱對應至對應的分派標識碼集。

(繼承來源 Attribute)
_Attribute.GetTypeInfo(UInt32, UInt32, IntPtr)

擷取 物件的型別資訊,可用來取得介面的類型資訊。

(繼承來源 Attribute)
_Attribute.GetTypeInfoCount(UInt32)

擷取物件提供的類型資訊介面數目(0 或 1)。

(繼承來源 Attribute)
_Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr)

提供物件所公開屬性和方法的存取權。

(繼承來源 Attribute)

適用於