C# Class Tables.Denso.Table2D

Inheritance: Table
Afficher le fichier Open project: SubaruDieselCrew/ScoobyRom Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ChangeTypeToAndReload ( TableType newType, System stream ) : void
newType TableType
stream System
Résultat void

Copy() public méthode

public Copy ( ) : Table2D
Résultat Table2D

CopyTableRomRaider() public méthode

public CopyTableRomRaider ( ) : string
Résultat string

GetValuesYasFloats() public méthode

public GetValuesYasFloats ( ) : float[]
Résultat float[]

IsRecordValid() public méthode

public IsRecordValid ( ) : bool
Résultat bool

RRXml() public méthode

public RRXml ( ) : System.Xml.Linq.XElement
Résultat System.Xml.Linq.XElement

ReadValidateValues() public méthode

public ReadValidateValues ( System stream ) : bool
stream System
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void

Table2D() public méthode

public Table2D ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

TryParseValid() public static méthode

public static TryParseValid ( System stream ) : Table2D
stream System
Résultat Table2D

TunerProXdf() public méthode

public TunerProXdf ( int categoryID ) : System.Xml.Linq.XElement
categoryID int
Résultat System.Xml.Linq.XElement

WriteCSV() public méthode

public WriteCSV ( System tw ) : void
tw System
Résultat void