Lire en anglais Modifier

Partager via


JsonDerivedType Struct

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Represents a supported derived type defined in the metadata of a polymorphic type.

C#
public readonly struct JsonDerivedType
Inheritance
JsonDerivedType

Constructors

JsonDerivedType(Type, Int32)

Initializes a new instance of the JsonDerivedType class that represents a supported derived type with an integer type discriminator.

JsonDerivedType(Type, String)

Initializes a new instance of the JsonDerivedType class that represents a supported derived type with a string type discriminator.

JsonDerivedType(Type)

Initializes a new instance of the JsonDerivedType class that represents a supported derived type without a type discriminator.

Properties

DerivedType

Gets a derived type that should be supported in polymorphic serialization of the declared base type.

TypeDiscriminator

Gets the type discriminator identifier to be used for the serialization of the subtype.

Applies to

Produit Versions
.NET 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10
.NET Standard 2.0 (package-provided)