C# Class StatGlobal, chronojump

Inheritance: Stat
Mostrar archivo Open project: GNOME/chronojump

Protected Properties

Property Type Description
operation string
personID int
personName string

Public Methods

Method Description
PrepareData ( ) : void
StatGlobal ( ) : System
StatGlobal ( StatTypeStruct, myStatTypeStruct, Gtk treeview, int personID, string personName ) : System
ToString ( ) : string

Protected Methods

Method Description
obtainSessionSqlStringIndexes ( ArrayList sessions ) : string

Method Details

PrepareData() public method

public PrepareData ( ) : void
return void

StatGlobal() public method

public StatGlobal ( ) : System
return System

StatGlobal() public method

public StatGlobal ( StatTypeStruct, myStatTypeStruct, Gtk treeview, int personID, string personName ) : System
myStatTypeStruct StatTypeStruct,
treeview Gtk
personID int
personName string
return System

ToString() public method

public ToString ( ) : string
return string

obtainSessionSqlStringIndexes() protected method

protected obtainSessionSqlStringIndexes ( ArrayList sessions ) : string
sessions ArrayList
return string

Property Details

operation protected_oe property

protected string operation
return string

personID protected_oe property

protected int personID
return int

personName protected_oe property

protected string personName
return string