Property | 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 |
Method | 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.
|
Method | 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 |
public Add ( PostedTime item ) : void | ||
item | PostedTime | The item to add to this collection. |
return | void |
public PostedTimeCollectionModel ( ) : System | ||
return | System |
public ReplaceCurrent ( PostedTime replacement ) : void | ||
replacement | PostedTime | The replacement item. |
return | void |