C# 클래스 AK.F1.Timing.Model.Collections.PostedTimeCollectionModel

상속: ModelBase
파일 보기 프로젝트 열기: simoneb/ak-f1-timing 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

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

PostedTimeCollectionModel() 공개 메소드

Initialises a new instance of the PostedTimeCollectionModel class.
public PostedTimeCollectionModel ( ) : System
리턴 System

ReplaceCurrent() 공개 메소드

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.
리턴 void

Reset() 공개 메소드

Resets this collection model.
public Reset ( ) : void
리턴 void