This documentation is archived and is not being maintained.
AssociatedMetadataProvider Methods
Namespace:
System.Web.MvcAssembly:
System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description |
|---|
 | CreateMetadata(IEnumerable<Attribute>, Type, Func<Object>, Type, String) | When overridden in a derived class, creates the model metadata for the property. |
 | Equals(Object) | |
 | FilterAttributes(Type, PropertyDescriptor, IEnumerable<Attribute>) | Gets a list of attributes. |
 | Finalize() | |
 | GetHashCode() | |
 | GetMetadataForProperties(Object, Type) | |
 | GetMetadataForProperty(Func<Object>, Type, PropertyDescriptor) | Returns the metadata for the specified property using the container type and property descriptor. |
 | GetMetadataForProperty(Func<Object>, Type, String) | |
 | GetMetadataForType(Func<Object>, Type) | |
 | GetType() | |
 | GetTypeDescriptor(Type) | Returns the type descriptor from the specified type. |
 | MemberwiseClone() | |
 | ToString() | |
Return to top