C# 클래스 Tables.Denso.Table2D

상속: Table
파일 보기 프로젝트 열기: SubaruDieselCrew/ScoobyRom 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

ChangeTypeToAndReload() 공개 메소드

public ChangeTypeToAndReload ( TableType newType, System stream ) : void
newType TableType
stream System
리턴 void

Copy() 공개 메소드

public Copy ( ) : Table2D
리턴 Table2D

CopyTableRomRaider() 공개 메소드

public CopyTableRomRaider ( ) : string
리턴 string

GetValuesYasFloats() 공개 메소드

public GetValuesYasFloats ( ) : float[]
리턴 float[]

IsRecordValid() 공개 메소드

public IsRecordValid ( ) : bool
리턴 bool

RRXml() 공개 메소드

public RRXml ( ) : System.Xml.Linq.XElement
리턴 System.Xml.Linq.XElement

ReadValidateValues() 공개 메소드

public ReadValidateValues ( System stream ) : bool
stream System
리턴 bool

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Table2D() 공개 메소드

public Table2D ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryParseValid() 공개 정적인 메소드

public static TryParseValid ( System stream ) : Table2D
stream System
리턴 Table2D

TunerProXdf() 공개 메소드

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

WriteCSV() 공개 메소드

public WriteCSV ( System tw ) : void
tw System
리턴 void