AssociatedMetadataProvider Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Inheritance Hierarchy

System.Object
  System.Web.Http.Metadata.ModelMetadataProvider
    System.Web.Http.Metadata.Providers.AssociatedMetadataProvider
      System.Web.Http.Metadata.Providers.CachedAssociatedMetadataProvider<TModelMetadata>
      System.Web.Http.Metadata.Providers.EmptyModelMetadataProvider

Namespace:  System.Web.Http.Metadata.Providers
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

'Declaration
Public MustInherit Class AssociatedMetadataProvider _
    Inherits ModelMetadataProvider
public abstract class AssociatedMetadataProvider : ModelMetadataProvider
public ref class AssociatedMetadataProvider abstract : public ModelMetadataProvider
[<AbstractClass>]
type AssociatedMetadataProvider =  
    class
        inherit ModelMetadataProvider
    end
public abstract class AssociatedMetadataProvider extends ModelMetadataProvider

The AssociatedMetadataProvider type exposes the following members.

Constructors

  Name Description
Protected method AssociatedMetadataProvider Initializes a new instance of the AssociatedMetadataProvider class.

Top

Methods

  Name Description
Protected method CreateMetadata
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method FilterAttributes
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetMetadataForProperties (Overrides ModelMetadataProvider.GetMetadataForProperties(Object, Type).)
Public method GetMetadataForProperty(Func<TResult>, Void, Object) (Overrides ModelMetadataProvider.GetMetadataForProperty(Func<TResult>, Void, Object).)
Public method GetMetadataForType (Overrides ModelMetadataProvider.GetMetadataForType(Func<TResult>, Void).)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method GetTypeDescriptor
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Http.Metadata.Providers Namespace