C# 클래스 Validation.Validator

파일 보기 프로젝트 열기: Confirmit/Students 1 사용 예제들

공개 메소드들

메소드 설명
CheckAddress ( string adress ) : bool
CheckDate ( string day, string month, string year ) : bool
CheckInt ( string value ) : bool
CheckName ( string name ) : bool
CheckPolicyNumber ( string policyNumber ) : bool
CheckString ( string value ) : bool

비공개 메소드들

메소드 설명
IsCorrectFieldData ( string verifyingString, string pattern ) : bool

메소드 상세

CheckAddress() 공개 정적인 메소드

public static CheckAddress ( string adress ) : bool
adress string
리턴 bool

CheckDate() 공개 정적인 메소드

public static CheckDate ( string day, string month, string year ) : bool
day string
month string
year string
리턴 bool

CheckInt() 공개 정적인 메소드

public static CheckInt ( string value ) : bool
value string
리턴 bool

CheckName() 공개 정적인 메소드

public static CheckName ( string name ) : bool
name string
리턴 bool

CheckPolicyNumber() 공개 정적인 메소드

public static CheckPolicyNumber ( string policyNumber ) : bool
policyNumber string
리턴 bool

CheckString() 공개 정적인 메소드

public static CheckString ( string value ) : bool
value string
리턴 bool