Compartir a través de


VersionAttribute Clase

Definición

VersionAttribute permite especificar el número de versión de la interfaz.

[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
Herencia
VersionAttribute
Atributos
Implementaciones

Constructores

Nombre Description
VersionAttribute(UInt16)

Inicializa una nueva instancia de la clase VersionAttribute.

Propiedades

Nombre Description
Version

Obtiene la versión.

Implementaciones de interfaz explícitas

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

Agrega propiedades de interfaz de grano a properties.

Se aplica a