Sdílet prostřednictvím


MinLengthAttributeAdapter Konstruktor

Definice

Inicializuje novou instanci MinLengthAttributeAdapter třídy.

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)

Parametry

metadata
ModelMetadata

Určuje kontejner metadat pro model.

context
ModelBindingExecutionContext

Určuje kontejner pro všechny informace, které jsou externí pro systém vazeb modelu.

attribute
MinLengthAttribute

Určuje minimální délku maticových nebo řetězcových dat, která je povolena ve vlastnosti.

Platí pro