DirectOutput
DirectOutput framework R2 for virtual pinball cabinets.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
DirectOutput.LedControl.Loader.TableConfigColumnList Class Reference

List of columns of a LedCOntrol.ini file.
Inherits List>T<. More...

Inheritance diagram for DirectOutput.LedControl.Loader.TableConfigColumnList:
Collaboration diagram for DirectOutput.LedControl.Loader.TableConfigColumnList:

Public Member Functions

void ParseControlData (string LedControlData, bool ThrowExceptions=false)
 Parses a line of LedControl data. More...
 
new void Sort ()
 Sorts the elements in the list on the column number. More...
 
 TableConfigColumnList ()
 Initializes a new instance of the TableConfigColumnList class. More...
 
 TableConfigColumnList (string LedControlData, bool ThrowExceptions=false)
 Initializes a new instance of the TableConfigColumnList class and parses a line of LedCOntrolData. More...
 

Detailed Description

List of columns of a LedCOntrol.ini file.
Inherits List>T<.

Constructor & Destructor Documentation

DirectOutput.LedControl.Loader.TableConfigColumnList.TableConfigColumnList ( )

Initializes a new instance of the TableConfigColumnList class.

DirectOutput.LedControl.Loader.TableConfigColumnList.TableConfigColumnList ( string  LedControlData,
bool  ThrowExceptions = false 
)

Initializes a new instance of the TableConfigColumnList class and parses a line of LedCOntrolData.

Parameters
LedControlDataLedControl data to parse.
ThrowExceptionsIf set to true exceptions will be thrown on errors.
Exceptions
System.ExceptionNo data to parse found in LedControlData: {0}

Member Function Documentation

void DirectOutput.LedControl.Loader.TableConfigColumnList.ParseControlData ( string  LedControlData,
bool  ThrowExceptions = false 
)

Parses a line of LedControl data.

Parameters
LedControlDataLedControl data to parse.
ThrowExceptionsIf set to true exceptions will be thrown on errors.
Exceptions
System.ExceptionNo data to parse found in LedControlData: {0} or Exception(s) accorud when parsing {0}
new void DirectOutput.LedControl.Loader.TableConfigColumnList.Sort ( )

Sorts the elements in the list on the column number.


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