다음을 통해 공유


DefaultGrainTypeAttribute 클래스

정의

조직 형식을 지정하지 않고 이 인터페이스에 대한 조직 참조를 생성할 때 사용할 기본 조직 형식을 지정합니다.

[System.AttributeUsage(System.AttributeTargets.Interface, AllowMultiple=false)]
public sealed class DefaultGrainTypeAttribute : Attribute, Orleans.Metadata.IGrainInterfacePropertiesProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Interface, AllowMultiple=false)>]
type DefaultGrainTypeAttribute = class
    inherit Attribute
    interface IGrainInterfacePropertiesProviderAttribute
Public NotInheritable Class DefaultGrainTypeAttribute
Inherits Attribute
Implements IGrainInterfacePropertiesProviderAttribute
상속
DefaultGrainTypeAttribute
특성
구현

생성자

DefaultGrainTypeAttribute(String)

DefaultGrainTypeAttribute 클래스의 새 인스턴스를 초기화합니다.

명시적 인터페이스 구현

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

에 조직 인터페이스 속성을 properties추가합니다.

적용 대상