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

Inheritance: ModelBase
Afficher le fichier Open project: simoneb/ak-f1-timing

Méthodes publiques

Méthode 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 méthode

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.
Résultat AK.F1.Timing.Model.Collections.PostedTimeCollectionModel

SectorTimesModel() public méthode

Initialises a new instance of the SectorTimesModel class.
public SectorTimesModel ( ) : System
Résultat System