Click or drag to resize

MetadataHelper Class

Translates a type's attribute properties into a set consumable by Autofac.
Inheritance Hierarchy
SystemObject
  Autofac.Extras.AttributeMetadataMetadataHelper

Namespace:  Autofac.Extras.AttributeMetadata
Assembly:  Autofac.Extras.AttributeMetadata (in Autofac.Extras.AttributeMetadata.dll) Version: 6.0.0+9ca59cfaf8ca9a019932258d79b859bcf16e8ed2
Syntax
public static class MetadataHelper

The MetadataHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetMetadata(Type)
Given a component type, interrogates the metadata attributes to retrieve a set of property name/value metadata pairs.
Public methodStatic memberGetMetadataTMetadataType(Type)
Given a component type, interrogates the metadata attributes to retrieve a set of property name/value metadata pairs provided by a specific metadata provider.
Public methodStatic memberGetProperties
Given a target attribute object, returns a set of public readable properties and associated values.
Top
See Also