C# Class Smrf.NodeXL.ExcelTemplate.TopItemsCalculatorBase2.ItemInformation

Stores calculated information about one item.
Show file Open project: 2014-sed-team3/term-project

Public Properties

Property Type Description
Name String
RankedValue Double

Public Methods

Method Description
ItemInformation ( String name, Double rankedValue ) : System

Constructor.

Method Details

ItemInformation() public method

Constructor.
public ItemInformation ( String name, Double rankedValue ) : System
name String
rankedValue Double
return System

Property Details

Name public property

The item's name.
public String Name
return String

RankedValue public property

The value to rank the item by.
public Double RankedValue
return Double