C# Класс PersonSession, chronojump

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

InsertAtDB() публичный Метод

public InsertAtDB ( bool dbconOpened, string tableName ) : int
dbconOpened bool
tableName string
Результат int

PersonSession() публичный Метод

public PersonSession ( ) : System
Результат System

PersonSession() публичный Метод

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
Результат System

PersonSession() публичный Метод

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
Результат System

ToSQLInsertString() публичный Метод

public ToSQLInsertString ( ) : string
Результат string

ToString() публичный Метод

public ToString ( ) : string
Результат string