Method | Description | |
---|---|---|
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
|
public ValidateDeskInfo ( string number, double topLeftX, double topLeftY, double orient ) : bool | ||
number | string | |
topLeftX | double | |
topLeftY | double | |
orient | double | |
return | bool |
public ValidateDeskNumber ( string number ) : bool | ||
number | string | |
return | bool |