C# Class SelectJumpRjTypes, chronojump

Inheritance: SelectJumpTypes
Mostra file Open project: GNOME/chronojump Class Usage Examples

Public Properties

Property Type Description
FixedValue double
JumpsLimited bool

Public Methods

Method Description
SelectJumpRjTypes ( int id, string nameEnglish, bool startIn, bool hasWeight, bool jumpsLimited, double fixedValue, string description ) : System
SelectJumpRjTypes ( string nameEnglish ) : System

Method Details

SelectJumpRjTypes() public method

public SelectJumpRjTypes ( int id, string nameEnglish, bool startIn, bool hasWeight, bool jumpsLimited, double fixedValue, string description ) : System
id int
nameEnglish string
startIn bool
hasWeight bool
jumpsLimited bool
fixedValue double
description string
return System

SelectJumpRjTypes() public method

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

Property Details

FixedValue public_oe property

public double FixedValue
return double

JumpsLimited public_oe property

public bool JumpsLimited
return bool