C# Class Smrf.NodeXL.ExcelTemplate.GraphMetricCalculationManager.CalculateGraphMetricsAsyncArgs

Contains the arguments needed to asynchronously calculate graph metrics.
ファイルを表示 Open project: 2014-sed-team3/term-project

Public Properties

Property Type Description
Graph IGraph
GraphMetricUserSettings GraphMetricUserSettings
SortedGraphMetricCalculators IGraphMetricCalculator2[]

Property Details

Graph public_oe property

public IGraph Graph
return IGraph

GraphMetricUserSettings public_oe property

public GraphMetricUserSettings,Smrf.NodeXL.ExcelTemplate GraphMetricUserSettings
return GraphMetricUserSettings

SortedGraphMetricCalculators public_oe property

public IGraphMetricCalculator2[] SortedGraphMetricCalculators
return IGraphMetricCalculator2[]