Поделиться через


IdAttribute Класс

Определение

Указывает уникальное удостоверение члена.

[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
Наследование
IdAttribute
Атрибуты

Комментарии

Каждый сериализуемый член в типе, примененном GenerateSerializerAttribute к нему, должен иметь один IdAttribute атрибут, примененный с уникальным Id значением.

Конструкторы

IdAttribute(UInt32)

Инициализирует новый экземпляр класса IdAttribute.

Свойства

Id

Возвращает идентификатор.

Применяется к

См. также раздел