Udostępnij za pośrednictwem


DataAnnotationsModelMetadata Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy DataAnnotationsModelMetadataProvider.

public DataAnnotationsModelMetadata (System.Web.Mvc.DataAnnotationsModelMetadataProvider provider, Type containerType, Func<object> modelAccessor, Type modelType, string propertyName, System.ComponentModel.DataAnnotations.DisplayColumnAttribute displayColumnAttribute);
new System.Web.Mvc.DataAnnotationsModelMetadata : System.Web.Mvc.DataAnnotationsModelMetadataProvider * Type * Func<obj> * Type * string * System.ComponentModel.DataAnnotations.DisplayColumnAttribute -> System.Web.Mvc.DataAnnotationsModelMetadata
Public Sub New (provider As DataAnnotationsModelMetadataProvider, containerType As Type, modelAccessor As Func(Of Object), modelType As Type, propertyName As String, displayColumnAttribute As DisplayColumnAttribute)

Parametry

provider
DataAnnotationsModelMetadataProvider

Dostawca metadanych modelu adnotacji danych.

containerType
Type

Typ kontenera.

modelAccessor
Func<Object>

Akcesorium modelu.

modelType
Type

Typ modelu.

propertyName
String

Nazwa właściwości.

displayColumnAttribute
DisplayColumnAttribute

Atrybut kolumny wyświetlania.

Dotyczy