WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
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:

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<.

Definition at line 11 of file TableConfigColumnList.cs.

Constructor & Destructor Documentation

DirectOutput.LedControl.Loader.TableConfigColumnList.TableConfigColumnList ( )

Initializes a new instance of the TableConfigColumnList class.

Definition at line 118 of file TableConfigColumnList.cs.

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}

Definition at line 125 of file TableConfigColumnList.cs.

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}

Definition at line 24 of file TableConfigColumnList.cs.

new void DirectOutput.LedControl.Loader.TableConfigColumnList.Sort ( )

Sorts the elements in the list on the column number.

Definition at line 109 of file TableConfigColumnList.cs.


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