C# 클래스 AK.F1.Timing.Model.Grid.GridColumnModel

상속: ModelBase
파일 보기 프로젝트 열기: simoneb/ak-f1-timing 1 사용 예제들

공개 메소드들

메소드 설명
GridColumnModel ( GridColumn type ) : System

Initialises a new instance of the GridColumnModel class and specifies the AK.F1.Timing.Messages.Driver.GridColumn type.

Reset ( ) : void

Resets this column.

ToString ( ) : string

메소드 상세

GridColumnModel() 공개 메소드

Initialises a new instance of the GridColumnModel class and specifies the AK.F1.Timing.Messages.Driver.GridColumn type.
public GridColumnModel ( GridColumn type ) : System
type GridColumn The grid column type.
리턴 System

Reset() 공개 메소드

Resets this column.
public Reset ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string