Method | Description | |
---|---|---|
Equals ( ServerEvaluator, oldEval ) : bool | ||
InsertAtDB ( bool dbconOpened ) : int | ||
ServerEvaluator ( ) : System | ||
ServerEvaluator ( ServerEvaluator, oldEval ) : System | ||
ServerEvaluator ( string code, string name, string email, DateTime dateBorn, int countryID, string chronometer, string device, string comments, bool confiable ) : System | ||
ToString ( ) : string | ||
Update ( bool dbconOpened ) : int |
public Equals ( ServerEvaluator, oldEval ) : bool | ||
oldEval | ServerEvaluator, | |
return | bool |
public ServerEvaluator ( ServerEvaluator, oldEval ) : System | ||
oldEval | ServerEvaluator, | |
return | System |
public ServerEvaluator ( string code, string name, string email, DateTime dateBorn, int countryID, string chronometer, string device, string comments, bool confiable ) : System | ||
code | string | |
name | string | |
string | ||
dateBorn | DateTime | |
countryID | int | |
chronometer | string | |
device | string | |
comments | string | |
confiable | bool | |
return | System |