HistoryList Class

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public class HistoryList : ObservableCollection<HistoryDisplay>
Inheritance
Object    CollectionHistoryDisplay    ObservableCollectionHistoryDisplay    HistoryList

Constructors

HistoryListInitializes a new instance of the HistoryList class
HistoryList(Int32, DateTime, String, Object, Object, Object, Object, Decimal)Initializes a new instance of the HistoryList class

Properties

CountGets the number of elements actually contained in the CollectionT.
(Inherited from CollectionHistoryDisplay)
GetFirst 
ItemGets or sets the element at the specified index.
(Inherited from CollectionHistoryDisplay)
ItemsGets a IListT wrapper around the CollectionT.
(Inherited from CollectionHistoryDisplay)
ListView 

Methods

Add(T)Adds an object to the end of the CollectionT.
(Inherited from CollectionHistoryDisplay)
Add(Int32, DateTime, String, Object, Object, Object, Object, Decimal) 
BlockReentrancyDisallows reentrant attempts to change this collection.
(Inherited from ObservableCollectionHistoryDisplay)
CheckReentrancyChecks for reentrant attempts to change this collection.
(Inherited from ObservableCollectionHistoryDisplay)
ClearRemoves all elements from the CollectionT.
(Inherited from CollectionHistoryDisplay)
ClearItemsRemoves all items from the collection.
(Inherited from ObservableCollectionHistoryDisplay)
ContainsDetermines whether an element is in the CollectionT.
(Inherited from CollectionHistoryDisplay)
CopyToCopies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from CollectionHistoryDisplay)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetEnumeratorReturns an enumerator that iterates through the CollectionT.
(Inherited from CollectionHistoryDisplay)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT.
(Inherited from CollectionHistoryDisplay)
InsertInserts an element into the CollectionT at the specified index.
(Inherited from CollectionHistoryDisplay)
InsertItemInserts an item into the collection at the specified index.
(Inherited from ObservableCollectionHistoryDisplay)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
MoveMoves the item at the specified index to a new location in the collection.
(Inherited from ObservableCollectionHistoryDisplay)
MoveItemMoves the item at the specified index to a new location in the collection.
(Inherited from ObservableCollectionHistoryDisplay)
OnCollectionChangedRaises the CollectionChanged event with the provided arguments.
(Inherited from ObservableCollectionHistoryDisplay)
OnPropertyChangedRaises the PropertyChanged event with the provided arguments.
(Inherited from ObservableCollectionHistoryDisplay)
RemoveRemoves the first occurrence of a specific object from the CollectionT.
(Inherited from CollectionHistoryDisplay)
RemoveAtRemoves the element at the specified index of the CollectionT.
(Inherited from CollectionHistoryDisplay)
RemoveItemRemoves the item at the specified index of the collection.
(Inherited from ObservableCollectionHistoryDisplay)
SetItemReplaces the element at the specified index.
(Inherited from ObservableCollectionHistoryDisplay)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

CollectionChangedOccurs when an item is added, removed, changed, moved, or the entire list is refreshed.
(Inherited from ObservableCollectionHistoryDisplay)
PropertyChangedOccurs when a property value changes.
(Inherited from ObservableCollectionHistoryDisplay)

Fields

See Also