C# 클래스 AK.F1.Timing.Model.Driver.LapTimesModel

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

Private Properties

프로퍼티 타입 설명
Get PostedTime
OnCollectionChanged void
Subscribe void

공개 메소드들

메소드 설명
GetSector ( int sectorNumber ) : PostedTimeCollectionModel

Gets the sector time collection for the specified one-based sector number.

LapTimesModel ( ) : System

Initialises a new instance of the LapTimesModel class.

비공개 메소드들

메소드 설명
Get ( PostedTime>.IDictionary times, int lapNumber ) : PostedTime
OnCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
Subscribe ( INotifyCollectionChanged collection, NotifyCollectionChangedEventHandler handler ) : void

메소드 상세

GetSector() 공개 메소드

Gets the sector time collection for the specified one-based sector number.
/// Thrown when is not positive or is greater than three. ///
public GetSector ( int sectorNumber ) : PostedTimeCollectionModel
sectorNumber int The one-based sector number.
리턴 AK.F1.Timing.Model.Collections.PostedTimeCollectionModel

LapTimesModel() 공개 메소드

Initialises a new instance of the LapTimesModel class.
public LapTimesModel ( ) : System
리턴 System