C# Класс AK.F1.Timing.Model.Driver.SectorTimesModel

Наследование: ModelBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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