WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
PinballX.Table2RomMapping.Mapping Class Reference

Simple class containing the mappinging between tablename and romname More...

Properties

string TableName [get, set]
 Gets or sets the name of the table. This is not necessarly the same as the name of the table file. Use fuzzy text matching to find the right TableName. More...
 
string RomName [get, set]
 Gets or sets the name of the rom of the table. Typically the property will contain the short romname of the table (same as in the ini files). More...
 

Detailed Description

Simple class containing the mappinging between tablename and romname

Definition at line 10 of file Mapping.cs.

Property Documentation

string PinballX.Table2RomMapping.Mapping.RomName
getset

Gets or sets the name of the rom of the table. Typically the property will contain the short romname of the table (same as in the ini files).

The name of the rom.

Definition at line 26 of file Mapping.cs.

string PinballX.Table2RomMapping.Mapping.TableName
getset

Gets or sets the name of the table. This is not necessarly the same as the name of the table file. Use fuzzy text matching to find the right TableName.

The name of the table.

Definition at line 19 of file Mapping.cs.


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