C# 클래스 Run, chronojump

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

보호된 프로퍼티들

프로퍼티 타입 설명
distance double
initialSpeed bool
metersSecondsPreferred bool
startIn bool
time double

공개 메소드들

메소드 설명
InsertAtDB ( bool dbconOpened, string tableName ) : int
Run ( ) : System
Run ( int uniqueID, int personID, int sessionID, string type, double distance, double time, string description, int simulated, bool initialSpeed ) : System
Run ( string eventString ) : System

메소드 상세

InsertAtDB() 공개 메소드

public InsertAtDB ( bool dbconOpened, string tableName ) : int
dbconOpened bool
tableName string
리턴 int

Run() 공개 메소드

public Run ( ) : System
리턴 System

Run() 공개 메소드

public Run ( int uniqueID, int personID, int sessionID, string type, double distance, double time, string description, int simulated, bool initialSpeed ) : System
uniqueID int
personID int
sessionID int
type string
distance double
time double
description string
simulated int
initialSpeed bool
리턴 System

Run() 공개 메소드

public Run ( string eventString ) : System
eventString string
리턴 System

프로퍼티 상세

distance 보호되어 있는 프로퍼티

protected double distance
리턴 double

initialSpeed 보호되어 있는 프로퍼티

protected bool initialSpeed
리턴 bool

metersSecondsPreferred 보호되어 있는 프로퍼티

protected bool metersSecondsPreferred
리턴 bool

startIn 보호되어 있는 프로퍼티

protected bool startIn
리턴 bool

time 보호되어 있는 프로퍼티

protected double time
리턴 double