C# Class StandaloneNode.ShowMetricCalculateResult

Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Méthodes publiques

Свойство Type Description
m_oDataTableObservableBase DataTableObservableBase

Méthodes publiques

Méthode Description
ShowMetricCalculateResult ( ) : Observer_Core
refreshDisplay ( DataTable Vertex, DataTable Edge, DataTable Group ) : void
refreshwith ( DataTableObservableBase source ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

MyFormClosing ( object sender, FormClosingEventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

ShowMetricCalculateResult() public méthode

public ShowMetricCalculateResult ( ) : Observer_Core
Résultat Observer_Core

refreshDisplay() public méthode

public refreshDisplay ( DataTable Vertex, DataTable Edge, DataTable Group ) : void
Vertex DataTable
Edge DataTable
Group DataTable
Résultat void

refreshwith() public méthode

public refreshwith ( DataTableObservableBase source ) : void
source DataTableObservableBase
Résultat void

Property Details

m_oDataTableObservableBase public_oe property

public DataTableObservableBase m_oDataTableObservableBase
Résultat DataTableObservableBase