PersistentStateAttributeMapper Classe

Definizione

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.

Si applica a