IAttributeToFactoryMapper<TMetadata> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Responsible for mapping a facet metadata to a cachable factory.
public interface IAttributeToFactoryMapper<in TMetadata> where TMetadata : IFacetMetadata
type IAttributeToFactoryMapper<'Metadata (requires 'Metadata :> IFacetMetadata)> = interface
Public Interface IAttributeToFactoryMapper(Of In TMetadata)
Type Parameters
- TMetadata
- Derived
Methods
GetFactory(ParameterInfo, TMetadata) |
Responsible for mapping a facet metadata to a cachable factory from the parameter and facet metadata. |