C# Class AK.F1.Timing.Model.Driver.SectorTimesModel

Inheritance: ModelBase
Show file Open project: simoneb/ak-f1-timing

Public Methods

Method Description
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.

Method Details

Get() public method

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.
return AK.F1.Timing.Model.Collections.PostedTimeCollectionModel

SectorTimesModel() public method

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