Aracılığıyla paylaş


StringLengthAttributeAdapter Oluşturucu

Tanım

StringLengthAttributeAdapter sınıfının yeni bir örneğini başlatır.

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)

Parametreler

metadata
ModelMetadata

Model meta verileri.

context
ControllerContext

Denetleyici bağlamı.

attribute
StringLengthAttribute

Dize uzunluğu özniteliği.

Şunlara uygulanır