Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inheritance Hierarchy
System.Object
System.Web.Http.Metadata.ModelMetadataProvider
System.Web.Http.Metadata.Providers.AssociatedMetadataProvider<TModelMetadata>
Namespace: System.Web.Http.Metadata
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public MustInherit Class ModelMetadataProvider
'Usage
Dim instance As ModelMetadataProvider
public abstract class ModelMetadataProvider
public ref class ModelMetadataProvider abstract
[<AbstractClassAttribute>]
type ModelMetadataProvider = class end
public abstract class ModelMetadataProvider
The ModelMetadataProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ModelMetadataProvider | Initializes a new instance of the ModelMetadataProvider class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetMetadataForProperties | Gets a ModelMetadata object for each property of a model. |
![]() |
GetMetadataForProperty | Get metadata for the specified property. |
![]() |
GetMetadataForType | Gets the metadata for the specified model accessor and model type. |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (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.