C# Class PersonAddMultipleTable, chronojump

Mostrar archivo Open project: GNOME/chronojump Class Usage Examples

Public Properties

Property Type Description
maleOrFemale bool
name string
weight double

Public Methods

Method Description
PersonAddMultipleTable ( string name, bool maleOrFemale, double weight ) : System

Method Details

PersonAddMultipleTable() public method

public PersonAddMultipleTable ( string name, bool maleOrFemale, double weight ) : System
name string
maleOrFemale bool
weight double
return System

Property Details

maleOrFemale public_oe property

public bool maleOrFemale
return bool

name public_oe property

public string name
return string

weight public_oe property

public double weight
return double