C# Class GPATool.ScoreDistribution

Afficher le fichier Open project: hackerzhou/GPATool

Méthodes publiques

Méthode Description
ScoreDistribution ( ) : System
StopAllThreads ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

清理所有正在使用的资源。

Private Methods

Méthode Description
InitializeComponent ( ) : void

设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。

LoadDataHandler ( ) : void
ScoreDistribution_Load ( object sender, EventArgs e ) : void
busyAnalysticView ( ) : void
button1_Click ( object sender, EventArgs e ) : void
disableView ( ) : void
enableView ( ) : void
getQueryParameter ( String orderBy = null ) : Object
listView1_ColumnClick ( object sender, ColumnClickEventArgs e ) : void
listView1_ItemSelectionChanged ( object sender, ListViewItemSelectionChangedEventArgs e ) : void
loadCourseListViewHandler ( List para ) : void
queryAnalyticsSD ( Object o ) : void
queryCourse ( Object args ) : void
queryDistribution ( ScoreDistributionItem args ) : void
setSDChartPanelHandler ( ScoreDistributionChartPanelType t, String s, DataPoint d ) : void
toolStripMenuItem2_Click ( object sender, EventArgs e ) : void
toolStripMenuItem3_Click ( object sender, EventArgs e ) : void
toolStripMenuItem4_Click ( object sender, EventArgs e ) : void
toolStripMenuItem5_Click ( object sender, EventArgs e ) : void
unBusyAnalysticView ( ) : void

Method Details

Dispose() protected méthode

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool 如果应释放托管资源,为 true;否则为 false。
Résultat void

ScoreDistribution() public méthode

public ScoreDistribution ( ) : System
Résultat System

StopAllThreads() public méthode

public StopAllThreads ( ) : void
Résultat void