Sdílet prostřednictvím


EmptyModelMetadataProvider.CreateMetadata Metoda

Definice

Vytvoří novou instanci třídy ModelMetadata.

protected override 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 Function CreateMetadata (attributes As IEnumerable(Of Attribute), containerType As Type, modelAccessor As Func(Of Object), modelType As Type, propertyName As String) As ModelMetadata

Parametry

attributes
IEnumerable<Attribute>

Atributy.

containerType
Type

Typ kontejneru.

modelAccessor
Func<Object>

Příslušenství modelu.

modelType
Type

Typ modelu.

propertyName
String

Název modelu

Návraty

Nová instance ModelMetadata třídy.

Platí pro