C# Class TrCombo, chronojump

Exibir arquivo Open project: GNOME/chronojump Class Usage Examples

Public Properties

Property Type Description
eName string
id int
options ArrayList
trName string

Public Methods

Method Description
ToString ( ) : string
TrCombo ( int id, string eName, string trName, ArrayList options ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

TrCombo() public method

public TrCombo ( int id, string eName, string trName, ArrayList options ) : System
id int
eName string
trName string
options ArrayList
return System

Property Details

eName public_oe property

public string eName
return string

id public_oe property

public int id
return int

options public_oe property

public ArrayList options
return ArrayList

trName public_oe property

public string trName
return string