Partager via


IgnorePropertyAttribute Classe

Définition

Représente un attribut personnalisé qui peut être utilisé pour ignorer les propriétés d'entité durant une sérialisation/désérialisation.

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

Constructeurs

IgnorePropertyAttribute()

Représente un attribut personnalisé qui peut être utilisé pour ignorer les propriétés d'entité durant une sérialisation/désérialisation.

S’applique à