Freigeben über


MinLengthAttributeAdapter Konstruktor

Definition

Initialisiert eine neue Instanz der MinLengthAttributeAdapter-Klasse.

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)

Parameter

metadata
ModelMetadata

Gibt den Metadatencontainer für ein Modell an.

context
ModelBindingExecutionContext

Gibt den Container für alle Informationen an, die für das Modellbindungssystem extern sind.

attribute
MinLengthAttribute

Gibt die minimale zulässige Länge von Array- oder Zeichenfolgendaten in einer Eigenschaft an.

Gilt für: