Partager via


GrainTypeAttribute Classe

Définition

Spécifie le type de grain de la classe de grain à laquelle il est attaché.

[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
Héritage
GrainTypeAttribute
Attributs
Implémente

Constructeurs

GrainTypeAttribute(String)

Initialise une nouvelle instance de la classe GrainTypeAttribute.

Méthodes

GetGrainType(IServiceProvider, Type)

Obtient le GrainType pour le attaché Type.

S’applique à