Sdílet prostřednictvím


AssociatedMetadataProvider.CreateMetadata Metoda

Definice

Při přepsání v odvozené třídě vytvoří metadata pro model.

protected:
 abstract System::Web::ModelBinding::ModelMetadata ^ CreateMetadata(System::Collections::Generic::IEnumerable<Attribute ^> ^ attributes, Type ^ containerType, Func<System::Object ^> ^ modelAccessor, Type ^ modelType, System::String ^ propertyName);
protected abstract System.Web.ModelBinding.ModelMetadata CreateMetadata (System.Collections.Generic.IEnumerable<Attribute> attributes, Type containerType, Func<object> modelAccessor, Type modelType, string propertyName);
abstract member CreateMetadata : seq<Attribute> * Type * Func<obj> * Type * string -> System.Web.ModelBinding.ModelMetadata
Protected MustOverride 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 nebo null pokud neexistuje žádný kontejner.

modelAccessor
Func<Object>

Příslušenství modelu.

modelType
Type

Typ modelu.

propertyName
String

Název vlastnosti nebo null pokud model není vlastností.

Návraty

Metadata modelu

Platí pro