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

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

공개 메소드들

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

Initialises a new instance of the PracticeGridRowModel.

Reset ( ) : void

메소드 상세

GetColumn() 공개 메소드

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

PracticeGridRowModel() 공개 메소드

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

Reset() 공개 메소드

public Reset ( ) : void
리턴 void