次の方法で共有


MinLengthAttributeAdapter コンストラクター

定義

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

public:
 MinLengthAttributeAdapter(System::Web::ModelBinding::ModelMetadata ^ metadata, System::Web::ModelBinding::ModelBindingExecutionContext ^ context, System::ComponentModel::DataAnnotations::MinLengthAttribute ^ attribute);
public MinLengthAttributeAdapter (System.Web.ModelBinding.ModelMetadata metadata, System.Web.ModelBinding.ModelBindingExecutionContext context, System.ComponentModel.DataAnnotations.MinLengthAttribute attribute);
new System.Web.ModelBinding.MinLengthAttributeAdapter : System.Web.ModelBinding.ModelMetadata * System.Web.ModelBinding.ModelBindingExecutionContext * System.ComponentModel.DataAnnotations.MinLengthAttribute -> System.Web.ModelBinding.MinLengthAttributeAdapter
Public Sub New (metadata As ModelMetadata, context As ModelBindingExecutionContext, attribute As MinLengthAttribute)

パラメーター

metadata
ModelMetadata

モデルのメタデータ コンテナーを指定します。

context
ModelBindingExecutionContext

モデル バインド システムの外部にあるすべての情報のコンテナーを指定します。

attribute
MinLengthAttribute

プロパティで許容される配列または文字列データの最小長を指定します。

適用対象