Sdílet prostřednictvím


StringLengthAttributeAdapter Konstruktor

Definice

Inicializuje novou instanci StringLengthAttributeAdapter třídy .

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)

Parametry

metadata
ModelMetadata

Metadata modelu.

context
ControllerContext

Kontext kontroleru.

attribute
StringLengthAttribute

Atribut délka řetězce.

Platí pro