RangeAttributeAdapter 생성자

정의

RangeAttributeAdapter 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

metadata
ModelMetadata

메타데이터입니다.

context
ModelBindingExecutionContext

컨텍스트입니다.

attribute
RangeAttribute

특성입니다.

적용 대상