C# Class AK.F1.Timing.Model.Collections.PostedTimeCollectionModel

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

Private Properties

Свойство Type Description
ReplaceCurrentMaximum void
ReplaceCurrentMean void
ReplaceCurrentMinimum void
ReplaceCurrentStatistics void
ReplaceCurrentTypeCounts void
ResetStatistics void
UpdateCount void
UpdateCurrentAndDelta void
UpdateMaximum void
UpdateMean void
UpdateMinimum void
UpdateRange void
UpdateStatistics void
UpdateTypeCounts void

Méthodes publiques

Méthode Description
Add ( PostedTime item ) : void

Adds the specified item to this collection.

PostedTimeCollectionModel ( ) : System

Initialises a new instance of the PostedTimeCollectionModel class.

ReplaceCurrent ( PostedTime replacement ) : void

Replaces the current item with the specified replacement.

Reset ( ) : void

Resets this collection model.

Private Methods

Méthode Description
ReplaceCurrentMaximum ( PostedTime replacement ) : void
ReplaceCurrentMean ( PostedTime replacement ) : void
ReplaceCurrentMinimum ( PostedTime replacement ) : void
ReplaceCurrentStatistics ( PostedTime replacement ) : void
ReplaceCurrentTypeCounts ( PostedTime replacement ) : void
ResetStatistics ( ) : void
UpdateCount ( ) : void
UpdateCurrentAndDelta ( ) : void
UpdateMaximum ( PostedTime item ) : void
UpdateMean ( PostedTime item ) : void
UpdateMinimum ( PostedTime item ) : void
UpdateRange ( ) : void
UpdateStatistics ( PostedTime item ) : void
UpdateTypeCounts ( PostedTime item ) : void

Method Details

Add() public méthode

Adds the specified item to this collection.
/// Thrown when is . ///
public Add ( PostedTime item ) : void
item PostedTime The item to add to this collection.
Résultat void

PostedTimeCollectionModel() public méthode

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

ReplaceCurrent() public méthode

Replaces the current item with the specified replacement.
/// Thrown when is . /// /// Thrown when the collection is empty. ///
public ReplaceCurrent ( PostedTime replacement ) : void
replacement PostedTime The replacement item.
Résultat void

Reset() public méthode

Resets this collection model.
public Reset ( ) : void
Résultat void