다음을 통해 공유


CustomValidationAttribute(Type, String) 생성자

정의

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

public:
 CustomValidationAttribute(Type ^ validatorType, System::String ^ method);
public CustomValidationAttribute (Type validatorType, string method);
new System.ComponentModel.DataAnnotations.CustomValidationAttribute : Type * string -> System.ComponentModel.DataAnnotations.CustomValidationAttribute
Public Sub New (validatorType As Type, method As String)

매개 변수

validatorType
Type

사용자 지정 유효성 검사를 수행하는 메서드를 포함하는 형식입니다.

method
String

사용자 지정 유효성 검사를 수행하는 메서드입니다.

설명

이 메서드는 사용자 지정 유효성 검사 논리를 실행하기 위해 런타임에 호출할 사용자 지정 클래스 및 관련 메서드를 지정합니다.

적용 대상