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


GrainTypeAttribute Класс

Определение

Указывает тип grain класса grain, к которому он присоединен.

[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
Наследование
GrainTypeAttribute
Атрибуты
Реализации

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

GrainTypeAttribute(String)

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

Методы

GetGrainType(IServiceProvider, Type)

Возвращает для GrainType присоединенного Type.

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