Freigeben über


VersionAttribute Klasse

Definition

Mit VersionAttribute kann die Versionsnummer der Schnittstelle angegeben werden.

[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
Vererbung
VersionAttribute
Attribute
Implementiert

Konstruktoren

VersionAttribute(UInt16)

Initialisiert eine neue Instanz der VersionAttribute-Klasse.

Eigenschaften

Version

Ruft die Version ab.

Explizite Schnittstellenimplementierungen

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

Fügt Körnungsschnittstelleneigenschaften hinzu properties.

Gilt für: