C# Class CoyoteMoves.Data_Access.InfoValidator

Mostrar archivo Open project: jakemmarsh/coyote-moves Class Usage Examples

Public Methods

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

Method Details

InfoValidator() public method

public InfoValidator ( ) : System
return System

ValidateDeskInfo() public method

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

ValidateDeskNumber() public method

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