PersistentStateAttributeMapper クラス

定義

永続状態属性を対応するファクトリ インスタンスにマップする属性マッパー。

public class PersistentStateAttributeMapper : Orleans.Runtime.IAttributeToFactoryMapper<Orleans.Runtime.PersistentStateAttribute>
type PersistentStateAttributeMapper = class
    interface IAttributeToFactoryMapper<PersistentStateAttribute>
Public Class PersistentStateAttributeMapper
Implements IAttributeToFactoryMapper(Of PersistentStateAttribute)
継承
PersistentStateAttributeMapper
実装

コンストラクター

PersistentStateAttributeMapper()

永続状態属性を対応するファクトリ インスタンスにマップする属性マッパー。

メソッド

GetFactory(ParameterInfo, PersistentStateAttribute)

パラメーターとファセット メタデータからキャッシュ可能ファクトリにファセット メタデータをマッピングする役割を担います。

適用対象