TransactionalStateAttributeMapper<TAttribute> Class

Definition

public abstract class TransactionalStateAttributeMapper<TAttribute> : Orleans.Runtime.IAttributeToFactoryMapper<TAttribute> where TAttribute : IFacetMetadata, ITransactionalStateConfiguration
type TransactionalStateAttributeMapper<'Attribute (requires 'Attribute :> IFacetMetadata and 'Attribute :> ITransactionalStateConfiguration)> = class
    interface IAttributeToFactoryMapper<'Attribute (requires 'Attribute :> IFacetMetadata and 'Attribute :> ITransactionalStateConfiguration)>
Public MustInherit Class TransactionalStateAttributeMapper(Of TAttribute)
Implements IAttributeToFactoryMapper(Of TAttribute)

Type Parameters

TAttribute
Inheritance
TransactionalStateAttributeMapper<TAttribute>
Derived
Implements

Constructors

TransactionalStateAttributeMapper<TAttribute>()

Methods

AttributeToConfig(TAttribute)
GetFactory(ParameterInfo, TAttribute)

Applies to