Sdílet prostřednictvím


StringLengthAttributeAdapter Konstruktor

Definice

Inicializuje novou instanci StringLengthAttributeAdapter třídy.

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

Parametry

metadata
ModelMetadata

Metadata.

context
ModelBindingExecutionContext

Kontext spuštění.

attribute
StringLengthAttribute

Atribut

Platí pro