다음을 통해 공유


GrainTypeAttribute 클래스

정의

연결된 조직 클래스의 조직 형식을 지정합니다.

[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.

적용 대상