C# 클래스 PersonSession, chronojump

파일 보기 프로젝트 열기: GNOME/chronojump 1 사용 예제들

공개 메소드들

메소드 설명
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