C# Class Smrf.NodeXL.ExcelTemplate.TwitterSearchNetworkTopItemsReader

Class that knows how to read the the "top items in the tweets within a Twitter search network" from a NodeXL workbook.
Call TopMetricsReaderBase.TryReadMetrics to attempt to read the top Twitter items.

This class does not calculate the top items. Instead, it reads the top items that were calculated by and written to the workbook.

Inheritance: TopMetricsReaderBase
ファイルを表示 Open project: 2014-sed-team3/term-project

Public Methods

Method Description
TwitterSearchNetworkTopItemsReader ( ) : System

Initializes a new instance of the class.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

TwitterSearchNetworkTopItemsReader() public method

Initializes a new instance of the class.
public TwitterSearchNetworkTopItemsReader ( ) : System
return System