SfcSerializationAdapterAttribute Classe

Définition

Attribut permettant de spécifier le type d’adaptateur de sérialisation à utiliser pour une propriété particulière

[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class SfcSerializationAdapterAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type SfcSerializationAdapterAttribute = class
    inherit Attribute
Public Class SfcSerializationAdapterAttribute
Inherits Attribute
Héritage
SfcSerializationAdapterAttribute
Attributs

Constructeurs

Nom Description
SfcSerializationAdapterAttribute(Type)

Attribut permettant de spécifier le type d’adaptateur de sérialisation à utiliser pour une propriété particulière

Propriétés

Nom Description
SfcSerializationAdapterType

Type de l’adaptateur de sérialisation

S’applique à