Compartir a través de


IdAttribute Clase

Definición

Especifica la identidad única de un miembro.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property | System.AttributeTargets.Struct)]
public sealed class IdAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property | System.AttributeTargets.Struct)>]
type IdAttribute = class
    inherit Attribute
Public NotInheritable Class IdAttribute
Inherits Attribute
Herencia
IdAttribute
Atributos

Comentarios

Cada miembro serializable de un tipo que se ha GenerateSerializerAttribute aplicado a él debe tener un IdAttribute atributo aplicado con un valor único Id .

Constructores

IdAttribute(UInt32)

Inicializa una nueva instancia de la clase IdAttribute.

Propiedades

Id

Obtiene el identificador.

Se aplica a

Consulte también