C# 클래스 Simple.Validation.ValidationItem

파일 보기 프로젝트 열기: juanplopes/simple

공개 메소드들

메소드 설명
ValidationItem ( string propertyName, string message ) : System
ValidationItem ( string propertyName, string message, object attemptedValue ) : System

메소드 상세

ValidationItem() 공개 메소드

public ValidationItem ( string propertyName, string message ) : System
propertyName string
message string
리턴 System

ValidationItem() 공개 메소드

public ValidationItem ( string propertyName, string message, object attemptedValue ) : System
propertyName string
message string
attemptedValue object
리턴 System