C# Class SelectJumpTypes, chronojump

Inheritance: SelectTypes
Afficher le fichier Open project: GNOME/chronojump Class Usage Examples

Méthodes publiques

Свойство Type Description
Description string
HasWeight bool
StartIn bool

Méthodes publiques

Méthode Description
SelectJumpTypes ( ) : System
SelectJumpTypes ( int id, string nameEnglish, bool startIn, bool hasWeight, string description ) : System
SelectJumpTypes ( string nameEnglish ) : System

Method Details

SelectJumpTypes() public méthode

public SelectJumpTypes ( ) : System
Résultat System

SelectJumpTypes() public méthode

public SelectJumpTypes ( int id, string nameEnglish, bool startIn, bool hasWeight, string description ) : System
id int
nameEnglish string
startIn bool
hasWeight bool
description string
Résultat System

SelectJumpTypes() public méthode

public SelectJumpTypes ( string nameEnglish ) : System
nameEnglish string
Résultat System

Property Details

Description public_oe property

public string Description
Résultat string

HasWeight public_oe property

public bool HasWeight
Résultat bool

StartIn public_oe property

public bool StartIn
Résultat bool