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

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

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