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


VersionAttribute Класс

Определение

Атрибут VersionAttribute позволяет указать номер версии интерфейса.

[System.AttributeUsage(System.AttributeTargets.Interface)]
public sealed class VersionAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Interface)]
public sealed class VersionAttribute : Attribute, Orleans.Metadata.IGrainInterfacePropertiesProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Interface)>]
type VersionAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Interface)>]
type VersionAttribute = class
    inherit Attribute
    interface IGrainInterfacePropertiesProviderAttribute
Public NotInheritable Class VersionAttribute
Inherits Attribute
Public NotInheritable Class VersionAttribute
Inherits Attribute
Implements IGrainInterfacePropertiesProviderAttribute
Наследование
VersionAttribute
Атрибуты
Реализации

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

VersionAttribute(UInt16)

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

Свойства

Version

Возвращает версию.

Явные реализации интерфейса

IGrainInterfacePropertiesProviderAttribute.Populate(IServiceProvider, Type, Dictionary<String,String>)

Добавляет свойства интерфейса grain в properties.

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