GrainDirectoryAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この属性が適用されるグレイン クラスに使用するグレイン ディレクトリ プロバイダーの名前を指定します。
[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>) |
グレイン プロパティを に |