PersistentStateAttributeMapper Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Mapping degli attributi che esegue il mapping degli attributi di stato persistente a un'istanza di factory corrispondente.
public class PersistentStateAttributeMapper : Orleans.Runtime.IAttributeToFactoryMapper<Orleans.Runtime.PersistentStateAttribute>
type PersistentStateAttributeMapper = class
interface IAttributeToFactoryMapper<PersistentStateAttribute>
Public Class PersistentStateAttributeMapper
Implements IAttributeToFactoryMapper(Of PersistentStateAttribute)
- Ereditarietà
-
PersistentStateAttributeMapper
- Implementazioni
Costruttori
PersistentStateAttributeMapper() |
Mapping degli attributi che esegue il mapping degli attributi di stato persistente a un'istanza di factory corrispondente. |
Metodi
GetFactory(ParameterInfo, PersistentStateAttribute) |
Responsabile del mapping di metadati di facet a una factory cachable dai metadati del parametro e del facet. |