CachedAssociatedMetadataProvider<TModelMetadata>.GetMetadataForProperties Method

Definition

Gets the metadata for the properties.

public override sealed System.Collections.Generic.IEnumerable<System.Web.Mvc.ModelMetadata> GetMetadataForProperties (object container, Type containerType);
override this.GetMetadataForProperties : obj * Type -> seq<System.Web.Mvc.ModelMetadata>
Public Overrides NotOverridable Function GetMetadataForProperties (container As Object, containerType As Type) As IEnumerable(Of ModelMetadata)

Parameters

container
Object

The container.

containerType
Type

The container type.

Returns

The metadata for the properties.

Applies to