PersistentStateAttributeMapper クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
永続状態属性を対応するファクトリ インスタンスにマップする属性マッパー。
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) |
パラメーターとファセット メタデータからキャッシュ可能ファクトリにファセット メタデータをマッピングする役割を担います。 |