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

상속: GridRowModelBase
파일 보기 프로젝트 열기: simoneb/ak-f1-timing

공개 메소드들

메소드 설명
GetColumn ( GridColumn column ) : GridColumnModel
RaceGridRowModel ( int id ) : System

Initialises a new instance of the RaceGridRowModel.

Reset ( ) : void

메소드 상세

GetColumn() 공개 메소드

public GetColumn ( GridColumn column ) : GridColumnModel
column GridColumn
리턴 GridColumnModel

RaceGridRowModel() 공개 메소드

Initialises a new instance of the RaceGridRowModel.
public RaceGridRowModel ( int id ) : System
id int The row Id.
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void