Compartir a través de


IgnorePropertyAttribute Clase

Definición

Representa un atributo personalizado con el que se pueden ignorar las propiedades de la entidad durante la serialización y deserialización.

[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
Herencia
IgnorePropertyAttribute
Atributos

Constructores

IgnorePropertyAttribute()

Representa un atributo personalizado con el que se pueden ignorar las propiedades de la entidad durante la serialización y deserialización.

Se aplica a