Greet 2014
Documentation for the GREET 2014 API
 All Classes Namespaces Functions Variables Enumerations Properties Events
Greet.DataStructureV3.MonitorExcelLocationData Class Reference

This class holds the location information of where the results of the monitor value can be found in the Greet Excel Sheet. More...

Public Member Functions

 MonitorExcelLocationData ()
 Default constructor. Attributes are given generic default values. After using this constructor the attributes still will need to be properly initialized via the accessors. More...
 
 MonitorExcelLocationData (String _cell, String _sheetName, String _unit)
 Constructor that creates the object and properly initializes the attributes via the methods parameters. Parameter names are self explanatory. More...
 
 MonitorExcelLocationData (XmlNode node)
 XML constructor. Uses the data of the xml node to initialize the object's attributes. More...
 

Properties

String Cell [get, set]
 
String SheetName [get, set]
 
String Unit [get, set]
 

Detailed Description

This class holds the location information of where the results of the monitor value can be found in the Greet Excel Sheet.

Constructor & Destructor Documentation

Greet.DataStructureV3.MonitorExcelLocationData.MonitorExcelLocationData ( )

Default constructor. Attributes are given generic default values. After using this constructor the attributes still will need to be properly initialized via the accessors.

Greet.DataStructureV3.MonitorExcelLocationData.MonitorExcelLocationData ( String  _cell,
String  _sheetName,
String  _unit 
)

Constructor that creates the object and properly initializes the attributes via the methods parameters. Parameter names are self explanatory.

Parameters
_cell
_sheetNumber
_unit
Greet.DataStructureV3.MonitorExcelLocationData.MonitorExcelLocationData ( XmlNode  node)

XML constructor. Uses the data of the xml node to initialize the object's attributes.

Parameters
node

The documentation for this class was generated from the following file: