C# Class SelectJumpTypes, chronojump

Inheritance: SelectTypes
Show file Open project: GNOME/chronojump Class Usage Examples

Public Properties

Property Type Description
Description string
HasWeight bool
StartIn bool

Public Methods

Method Description
SelectJumpTypes ( ) : System
SelectJumpTypes ( int id, string nameEnglish, bool startIn, bool hasWeight, string description ) : System
SelectJumpTypes ( string nameEnglish ) : System

Method Details

SelectJumpTypes() public method

public SelectJumpTypes ( ) : System
return System

SelectJumpTypes() public method

public SelectJumpTypes ( int id, string nameEnglish, bool startIn, bool hasWeight, string description ) : System
id int
nameEnglish string
startIn bool
hasWeight bool
description string
return System

SelectJumpTypes() public method

public SelectJumpTypes ( string nameEnglish ) : System
nameEnglish string
return System

Property Details

Description public property

public string Description
return string

HasWeight public property

public bool HasWeight
return bool

StartIn public property

public bool StartIn
return bool