C# Class Tables.Denso.Table2D

Inheritance: Table
Mostra file Open project: SubaruDieselCrew/ScoobyRom Class Usage Examples

Public Methods

Method Description
ChangeTypeToAndReload ( TableType newType, System stream ) : void
Copy ( ) : Table2D
CopyTableRomRaider ( ) : string
GetValuesYasFloats ( ) : float[]
IsRecordValid ( ) : bool
RRXml ( ) : System.Xml.Linq.XElement
ReadValidateValues ( System stream ) : bool
Reset ( ) : void
Table2D ( ) : System
ToString ( ) : string
TryParseValid ( System stream ) : Table2D
TunerProXdf ( int categoryID ) : System.Xml.Linq.XElement
WriteCSV ( System tw ) : void

Method Details

ChangeTypeToAndReload() public method

public ChangeTypeToAndReload ( TableType newType, System stream ) : void
newType TableType
stream System
return void

Copy() public method

public Copy ( ) : Table2D
return Table2D

CopyTableRomRaider() public method

public CopyTableRomRaider ( ) : string
return string

GetValuesYasFloats() public method

public GetValuesYasFloats ( ) : float[]
return float[]

IsRecordValid() public method

public IsRecordValid ( ) : bool
return bool

RRXml() public method

public RRXml ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement

ReadValidateValues() public method

public ReadValidateValues ( System stream ) : bool
stream System
return bool

Reset() public method

public Reset ( ) : void
return void

Table2D() public method

public Table2D ( ) : System
return System

ToString() public method

public ToString ( ) : string
return string

TryParseValid() public static method

public static TryParseValid ( System stream ) : Table2D
stream System
return Table2D

TunerProXdf() public method

public TunerProXdf ( int categoryID ) : System.Xml.Linq.XElement
categoryID int
return System.Xml.Linq.XElement

WriteCSV() public method

public WriteCSV ( System tw ) : void
tw System
return void