C# Class CoyoteMoves.Data_Access.InfoValidator

Afficher le fichier Open project: jakemmarsh/coyote-moves Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public InfoValidator ( ) : System
Résultat System

ValidateDeskInfo() public méthode

public ValidateDeskInfo ( string number, double topLeftX, double topLeftY, double orient ) : bool
number string
topLeftX double
topLeftY double
orient double
Résultat bool

ValidateDeskNumber() public méthode

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