C# Class StatTypeStruct, chronojump

Mostrar archivo Open project: GNOME/chronojump Class Usage Examples

Public Properties

Property Type Description
GRO GraphROptions,
Limit int
MarkedRows ArrayList
SendSelectedSessions ArrayList
Sex_active bool
StatisticApplyTo string
StatsJumpsType int
ToReport bool
preferences Preferences,

Public Methods

Method Description
StatTypeStruct ( string statisticApplyTo, ArrayList sendSelectedSessions, bool sex_active, int statsJumpsType, int limit, ArrayList markedRows, GraphROptions, gRO, bool toReport, Preferences, preferences ) : System

Method Details

StatTypeStruct() public method

public StatTypeStruct ( string statisticApplyTo, ArrayList sendSelectedSessions, bool sex_active, int statsJumpsType, int limit, ArrayList markedRows, GraphROptions, gRO, bool toReport, Preferences, preferences ) : System
statisticApplyTo string
sendSelectedSessions ArrayList
sex_active bool
statsJumpsType int
limit int
markedRows ArrayList
gRO GraphROptions,
toReport bool
preferences Preferences,
return System

Property Details

GRO public_oe property

public GraphROptions, GRO
return GraphROptions,

Limit public_oe property

public int Limit
return int

MarkedRows public_oe property

public ArrayList MarkedRows
return ArrayList

SendSelectedSessions public_oe property

public ArrayList SendSelectedSessions
return ArrayList

Sex_active public_oe property

public bool Sex_active
return bool

StatisticApplyTo public_oe property

public string StatisticApplyTo
return string

StatsJumpsType public_oe property

public int StatsJumpsType
return int

ToReport public_oe property

public bool ToReport
return bool

preferences public_oe property

public Preferences, preferences
return Preferences,