CachedAssociatedMetadataProvider<TModelMetadata>.GetMetadataForProperties Method (Object, Type)
Gets the metadata for the properties.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public override sealed IEnumerable<ModelMetadata> GetMetadataForProperties( object container, Type containerType )
Parameters
- container
-
Type:
System.Object
The container.
- containerType
-
Type:
System.Type
The container type.
Return Value
Type: System.Collections.Generic.IEnumerable<ModelMetadata>The metadata for the properties.
Show: