StringLengthAttributeAdapter コンストラクター

定義

StringLengthAttributeAdapter クラスの新しいインスタンスを初期化します。

public StringLengthAttributeAdapter (System.Web.Mvc.ModelMetadata metadata, System.Web.Mvc.ControllerContext context, System.ComponentModel.DataAnnotations.StringLengthAttribute attribute);
new System.Web.Mvc.StringLengthAttributeAdapter : System.Web.Mvc.ModelMetadata * System.Web.Mvc.ControllerContext * System.ComponentModel.DataAnnotations.StringLengthAttribute -> System.Web.Mvc.StringLengthAttributeAdapter
Public Sub New (metadata As ModelMetadata, context As ControllerContext, attribute As StringLengthAttribute)

パラメーター

metadata
ModelMetadata

モデル メタデータ。

context
ControllerContext

コントローラー コンテキスト。

attribute
StringLengthAttribute

文字列長の属性。

適用対象