C# 클래스 CoyoteMoves.Data_Access.InfoValidator

파일 보기 프로젝트 열기: jakemmarsh/coyote-moves 1 사용 예제들

공개 메소드들

메소드 설명
InfoValidator ( ) : System
ValidateDeskInfo ( string number, double topLeftX, double topLeftY, double orient ) : bool
ValidateDeskNumber ( string number ) : bool

checks that the desk number is an actual desk number in the database

메소드 상세

InfoValidator() 공개 메소드

public InfoValidator ( ) : System
리턴 System

ValidateDeskInfo() 공개 메소드

public ValidateDeskInfo ( string number, double topLeftX, double topLeftY, double orient ) : bool
number string
topLeftX double
topLeftY double
orient double
리턴 bool

ValidateDeskNumber() 공개 메소드

checks that the desk number is an actual desk number in the database
public ValidateDeskNumber ( string number ) : bool
number string
리턴 bool