C# 클래스 RunType, chronojump

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

보호된 프로퍼티들

프로퍼티 타입 설명
distance double
fixedValue int
hasIntervals bool
tracksLimited bool
unlimited bool

공개 메소드들

메소드 설명
FindIfIsPredefined ( ) : bool
InsertAtDB ( bool dbconOpened, string tableName, bool interval ) : int
RunType ( ) : System
RunType ( string name ) : System
RunType ( string str, bool interval ) : System
RunType ( string name, bool hasIntervals, double distance, bool tracksLimited, int fixedValue, bool unlimited, string description, string distancesString, string imageFileName ) : System

메소드 상세

FindIfIsPredefined() 공개 메소드

public FindIfIsPredefined ( ) : bool
리턴 bool

InsertAtDB() 공개 메소드

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

RunType() 공개 메소드

public RunType ( ) : System
리턴 System

RunType() 공개 메소드

public RunType ( string name ) : System
name string
리턴 System

RunType() 공개 메소드

public RunType ( string str, bool interval ) : System
str string
interval bool
리턴 System

RunType() 공개 메소드

public RunType ( string name, bool hasIntervals, double distance, bool tracksLimited, int fixedValue, bool unlimited, string description, string distancesString, string imageFileName ) : System
name string
hasIntervals bool
distance double
tracksLimited bool
fixedValue int
unlimited bool
description string
distancesString string
imageFileName string
리턴 System

프로퍼티 상세

distance 보호되어 있는 프로퍼티

protected double distance
리턴 double

fixedValue 보호되어 있는 프로퍼티

protected int fixedValue
리턴 int

hasIntervals 보호되어 있는 프로퍼티

protected bool hasIntervals
리턴 bool

tracksLimited 보호되어 있는 프로퍼티

protected bool tracksLimited
리턴 bool

unlimited 보호되어 있는 프로퍼티

protected bool unlimited
리턴 bool