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

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

공개 메소드들

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

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

SectorTimesModel ( ) : System

Initialises a new instance of the SectorTimesModel class.

메소드 상세

Get() 공개 메소드

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

SectorTimesModel() 공개 메소드

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