Freigeben über


GrainTypeAttribute Klasse

Definition

Gibt den Korntyp der Kornklasse an, an die sie angefügt ist.

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public sealed class GrainTypeAttribute : Attribute, Orleans.Metadata.IGrainTypeProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type GrainTypeAttribute = class
    inherit Attribute
    interface IGrainTypeProviderAttribute
Public NotInheritable Class GrainTypeAttribute
Inherits Attribute
Implements IGrainTypeProviderAttribute
Vererbung
GrainTypeAttribute
Attribute
Implementiert

Konstruktoren

GrainTypeAttribute(String)

Initialisiert eine neue Instanz der GrainTypeAttribute-Klasse.

Methoden

GetGrainType(IServiceProvider, Type)

Ruft das GrainType für das angefügte ab Type.

Gilt für: