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

Stores calculated information about one item.
Afficher le fichier Open project: 2014-sed-team3/term-project

Méthodes publiques

Свойство Type Description
Name String
RankedValue Double

Méthodes publiques

Méthode Description
ItemInformation ( String name, Double rankedValue ) : System

Constructor.

Method Details

ItemInformation() public méthode

Constructor.
public ItemInformation ( String name, Double rankedValue ) : System
name String
rankedValue Double
Résultat System

Property Details

Name public_oe property

The item's name.
public String Name
Résultat String

RankedValue public_oe property

The value to rank the item by.
public Double RankedValue
Résultat Double