C# 클래스 SharpTuneCore.Axis

파일 보기 프로젝트 열기: Merp/SharpTune 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
parentAxis Axis

공개 메소드들

메소드 설명
Axis ( System.Xml.Linq.XElement xel, TableMetaData table ) : System

Constructor from XElement

GetScalingDisplayName ( ) : string
Read ( ECU image ) : void
Write ( ) : void

보호된 메소드들

메소드 설명
CreateECUFlashXML ( ) : System.Xml.Linq.XElement

메소드 상세

Axis() 공개 메소드

Constructor from XElement
public Axis ( System.Xml.Linq.XElement xel, TableMetaData table ) : System
xel System.Xml.Linq.XElement
table TableMetaData
리턴 System

CreateECUFlashXML() 보호된 메소드

protected CreateECUFlashXML ( ) : System.Xml.Linq.XElement
리턴 System.Xml.Linq.XElement

GetScalingDisplayName() 공개 메소드

public GetScalingDisplayName ( ) : string
리턴 string

Read() 공개 메소드

public Read ( ECU image ) : void
image ECU
리턴 void

Write() 공개 메소드

public Write ( ) : void
리턴 void

프로퍼티 상세

parentAxis 공개적으로 프로퍼티

public Axis,SharpTuneCore parentAxis
리턴 Axis