Method | Description | |
---|---|---|
InsertAtDB ( bool dbconOpened, string tableName ) : int | ||
PersonSession ( ) : System | ||
PersonSession ( int personID, int sessionID, double height, double weight, int sportID, int speciallityID, int practice, string comments, bool dbconOpened ) : System | ||
PersonSession ( int uniqueID, int personID, int sessionID, double height, double weight, int sportID, int speciallityID, int practice, string comments ) : System | ||
ToSQLInsertString ( ) : string | ||
ToString ( ) : string |
public InsertAtDB ( bool dbconOpened, string tableName ) : int | ||
dbconOpened | bool | |
tableName | string | |
return | int |
public PersonSession ( int personID, int sessionID, double height, double weight, int sportID, int speciallityID, int practice, string comments, bool dbconOpened ) : System | ||
personID | int | |
sessionID | int | |
height | double | |
weight | double | |
sportID | int | |
speciallityID | int | |
practice | int | |
comments | string | |
dbconOpened | bool | |
return | System |
public PersonSession ( int uniqueID, int personID, int sessionID, double height, double weight, int sportID, int speciallityID, int practice, string comments ) : System | ||
uniqueID | int | |
personID | int | |
sessionID | int | |
height | double | |
weight | double | |
sportID | int | |
speciallityID | int | |
practice | int | |
comments | string | |
return | System |