C# Class PersonAddMultipleTable, chronojump

Show file 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 property

public bool maleOrFemale
return bool

name public property

public string name
return string

weight public property

public double weight
return double