Udostępnij za pośrednictwem


DataAnnotationsModelMetadata Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy DataAnnotationsModelMetadata.

public:
 DataAnnotationsModelMetadata(System::Web::ModelBinding::DataAnnotationsModelMetadataProvider ^ provider, Type ^ containerType, Func<System::Object ^> ^ modelAccessor, Type ^ modelType, System::String ^ propertyName, System::ComponentModel::DataAnnotations::DisplayColumnAttribute ^ displayColumnAttribute);
public DataAnnotationsModelMetadata (System.Web.ModelBinding.DataAnnotationsModelMetadataProvider provider, Type containerType, Func<object> modelAccessor, Type modelType, string propertyName, System.ComponentModel.DataAnnotations.DisplayColumnAttribute displayColumnAttribute);
new System.Web.ModelBinding.DataAnnotationsModelMetadata : System.Web.ModelBinding.DataAnnotationsModelMetadataProvider * Type * Func<obj> * Type * string * System.ComponentModel.DataAnnotations.DisplayColumnAttribute -> System.Web.ModelBinding.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

Obiekt dostawcy.

containerType
Type

Typ kontenera lub null jeśli nie ma kontenera.

modelAccessor
Func<Object>

Akcesorium modelu.

modelType
Type

Typ modelu.

propertyName
String

Nazwa właściwości lub null jeśli model nie jest właściwością.

displayColumnAttribute
DisplayColumnAttribute

Atrybut kolumny wyświetlania.

Dotyczy