Share via


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

適用於