CachedAssociatedMetadataProvider<TModelMetadata>.CreateMetadata Method

Definition

When overridden in a derived class, creates the cached model metadata for the property.

protected override sealed System.Web.Mvc.ModelMetadata CreateMetadata (System.Collections.Generic.IEnumerable<Attribute> attributes, Type containerType, Func<object> modelAccessor, Type modelType, string propertyName);
override this.CreateMetadata : seq<Attribute> * Type * Func<obj> * Type * string -> System.Web.Mvc.ModelMetadata
Protected Overrides NotOverridable Function CreateMetadata (attributes As IEnumerable(Of Attribute), containerType As Type, modelAccessor As Func(Of Object), modelType As Type, propertyName As String) As ModelMetadata

Parameters

attributes
IEnumerable<Attribute>

The attributes.

containerType
Type

The container type.

modelAccessor
Func<Object>

The model accessor.

modelType
Type

The model type.

propertyName
String

The property name.

Returns

The cached model metadata for the property.

Applies to