C# Class Tables.Denso.Table3D

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 ( ) : Table3D
CopyTableRomRaider ( ) : string
GetValuesZasFloats ( ) : float[]
IsRecordValid ( ) : bool
RRXml ( ) : System.Xml.Linq.XElement
ReadValidateValues ( System stream ) : bool
Reset ( ) : void
Table3D ( ) : System
ToString ( ) : string
TryParseValid ( System stream ) : Table3D
TunerProXdf ( int categoryID ) : System.Xml.Linq.XElement

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 ( ) : Table3D
Résultat Table3D

CopyTableRomRaider() public méthode

public CopyTableRomRaider ( ) : string
Résultat string

GetValuesZasFloats() public méthode

public GetValuesZasFloats ( ) : 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

Table3D() public méthode

public Table3D ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

TryParseValid() public static méthode

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

TunerProXdf() public méthode

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