DataAnnotationsModelMetadata コンストラクター

定義

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)

パラメーター

provider
DataAnnotationsModelMetadataProvider

データの注釈モデルのメタデータ プロバイダー。

containerType
Type

コンテナーの種類。

modelAccessor
Func<Object>

モデル アクセサー。

modelType
Type

モデルの型。

propertyName
String

プロパティの名前。

displayColumnAttribute
DisplayColumnAttribute

表示列の属性。

適用対象