GrainDirectoryAttribute クラス

定義

この属性が適用されるグレイン クラスに使用するグレイン ディレクトリ プロバイダーの名前を指定します。

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class GrainDirectoryAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class GrainDirectoryAttribute : Attribute, Orleans.Metadata.IGrainPropertiesProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type GrainDirectoryAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type GrainDirectoryAttribute = class
    inherit Attribute
    interface IGrainPropertiesProviderAttribute
Public NotInheritable Class GrainDirectoryAttribute
Inherits Attribute
Public NotInheritable Class GrainDirectoryAttribute
Inherits Attribute
Implements IGrainPropertiesProviderAttribute
継承
GrainDirectoryAttribute
属性
実装

コンストラクター

GrainDirectoryAttribute()

GrainDirectoryAttribute クラスの新しいインスタンスを初期化します。

GrainDirectoryAttribute(String)

GrainDirectoryAttribute クラスの新しいインスタンスを初期化します。

フィールド

DEFAULT_GRAIN_DIRECTORY

既定のグレイン ディレクトリ。

プロパティ

GrainDirectoryName

グレイン ディレクトリ プロバイダー名を取得または設定します。

メソッド

Populate(IServiceProvider, Type, GrainType, Dictionary<String,String>)

グレイン プロパティを に properties追加します。

適用対象