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

Input tables tabs represents a tab into which one or multiple tables can be represented. Each tab help to classify tables. More...

Public Member Functions

 InputTableTab ()
 This constructor creates a new table with the name New Table, the Idset as -1 and the help string set as an empty string More...
 
 InputTableTab (string name, int id, string help)
 This contstructor creates a new table with all parameters set More...
 
 InputTableTab (XmlNode node)
 Build an Input table tab from an XMLnode More...
 
override string ToString ()
 
XmlNode ToXmlNode (XmlDocument xmlDoc)
 

Properties

string Help [get, set]
 Help associated with that tab in case a link needs to be embeded there. More...
 
int Id [get, set]
 Id associated with that tab which is going to be used as a reference. More...
 
string Text [get, set]
 Name associated with that Tab, the name is going to be used for the user interface. More...
 

Detailed Description

Input tables tabs represents a tab into which one or multiple tables can be represented. Each tab help to classify tables.

Constructor & Destructor Documentation

Greet.DataStructureV3.Entities.InputTableTab.InputTableTab ( )

This constructor creates a new table with the name New Table, the Idset as -1 and the help string set as an empty string

Greet.DataStructureV3.Entities.InputTableTab.InputTableTab ( string  name,
int  id,
string  help 
)

This contstructor creates a new table with all parameters set

Parameters
nameThe desired name for this new table object
idThe desired id for this new table object
helpThe desired help string for this new table object
Greet.DataStructureV3.Entities.InputTableTab.InputTableTab ( XmlNode  node)

Build an Input table tab from an XMLnode

Parameters
node

Property Documentation

string Greet.DataStructureV3.Entities.InputTableTab.Help
getset

Help associated with that tab in case a link needs to be embeded there.

int Greet.DataStructureV3.Entities.InputTableTab.Id
getset

Id associated with that tab which is going to be used as a reference.

string Greet.DataStructureV3.Entities.InputTableTab.Text
getset

Name associated with that Tab, the name is going to be used for the user interface.


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