C# Class SelectJumpTypes, chronojump

Inheritance: SelectTypes
Mostrar archivo 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_oe property

public string Description
return string

HasWeight public_oe property

public bool HasWeight
return bool

StartIn public_oe property

public bool StartIn
return bool