C# 클래스 ClearCanvas.Desktop.Validation.ValidationMethodForAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: jasper-yeh/ClearCanvas

공개 메소드들

메소드 설명
ValidationMethodForAttribute ( string propertyName ) : System

Constructor.

비공개 메소드들

메소드 설명
CheckMethodSignature ( MethodInfo method ) : void
CreateRule ( MethodInfo method ) : IValidationRule

Factory method that creates an IValidationRule for the property with the name PropertyName.

메소드 상세

ValidationMethodForAttribute() 공개 메소드

Constructor.
public ValidationMethodForAttribute ( string propertyName ) : System
propertyName string The property the decorated method is intended to validate.
리턴 System