TimerCollection Class

Collection of TimerItem Items.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public class TimerCollection : ChangeObjectCollection<TimerItem>
Inheritance
Object    ListTimerItem    ChangeObjectCollectionTimerItem    TimerCollection

Constructors

TimerCollectionInitializes a new instance of the TimerCollection class

Properties

Capacity
(Inherited from ListTimerItem)
Count
(Inherited from ListTimerItem)
Item
(Inherited from ListTimerItem)
PropertyName Get/Set a property name to be associated with this collection for bubble-up events.
(Inherited from ChangeObjectCollectionT)

Methods

Add Add an item to the collection.
(Inherited from ChangeObjectCollectionT)
AddRange Add a range of items to the collection.
(Inherited from ChangeObjectCollectionT)
AsReadOnly
(Inherited from ListTimerItem)
BinarySearch(T)
(Inherited from ListTimerItem)
BinarySearch(T, IComparerT)
(Inherited from ListTimerItem)
BinarySearch(Int32, Int32, T, IComparerT)
(Inherited from ListTimerItem)
Clear Remove all of the elements from the property collection.
(Inherited from ChangeObjectCollectionT)
Contains
(Inherited from ListTimerItem)
ConvertAllTOutput
(Inherited from ListTimerItem)
CopyTo(T)
(Inherited from ListTimerItem)
CopyTo(T, Int32)
(Inherited from ListTimerItem)
CopyTo(Int32, T, Int32, Int32)
(Inherited from ListTimerItem)
Equals
(Inherited from Object)
Exists
(Inherited from ListTimerItem)
Finalize
(Inherited from Object)
Find
(Inherited from ListTimerItem)
FindAll
(Inherited from ListTimerItem)
FindIndex(PredicateT)
(Inherited from ListTimerItem)
FindIndex(Int32, PredicateT)
(Inherited from ListTimerItem)
FindIndex(Int32, Int32, PredicateT)
(Inherited from ListTimerItem)
FindLast
(Inherited from ListTimerItem)
FindLastIndex(PredicateT)
(Inherited from ListTimerItem)
FindLastIndex(Int32, PredicateT)
(Inherited from ListTimerItem)
FindLastIndex(Int32, Int32, PredicateT)
(Inherited from ListTimerItem)
ForEach
(Inherited from ListTimerItem)
GetEnumerator
(Inherited from ListTimerItem)
GetHashCode
(Inherited from Object)
GetRange
(Inherited from ListTimerItem)
GetType
(Inherited from Object)
IndexOf(T)
(Inherited from ListTimerItem)
IndexOf(T, Int32)
(Inherited from ListTimerItem)
IndexOf(T, Int32, Int32)
(Inherited from ListTimerItem)
Insert Insert an item into the collection at the specified ordinal index.
(Inherited from ChangeObjectCollectionT)
InsertRange Insert a range of items at the specified ordinal index.
(Inherited from ChangeObjectCollectionT)
LastIndexOf(T)
(Inherited from ListTimerItem)
LastIndexOf(T, Int32)
(Inherited from ListTimerItem)
LastIndexOf(T, Int32, Int32)
(Inherited from ListTimerItem)
MemberwiseClone
(Inherited from Object)
OnAdd Raises the Add event when an item has been added to the collection.
(Inherited from ChangeObjectCollectionT)
OnCollectionChanged Raises the CollectionChanged event when the contents of the collection have changed.
(Inherited from ChangeObjectCollectionT)
OnItemPropertyChanged Raises the ItemPropertyChanged event when the value of an item property has changed.
(Inherited from ChangeObjectCollectionT)
OnRemove Raises the Remove event when an item has been removed from the collection.
(Inherited from ChangeObjectCollectionT)
Remove Remove the first matching instance of the specified item from the collection.
(Inherited from ChangeObjectCollectionT)
RemoveAll Remove all items matching the condition from the collection.
(Inherited from ChangeObjectCollectionT)
RemoveAt Remove the item at the specified ordinal index of the collection.
(Inherited from ChangeObjectCollectionT)
RemoveRange Remove a range of items from the collection.
(Inherited from ChangeObjectCollectionT)
Reverse
(Inherited from ListTimerItem)
Reverse(Int32, Int32)
(Inherited from ListTimerItem)
Sort
(Inherited from ListTimerItem)
Sort(ComparisonT)
(Inherited from ListTimerItem)
Sort(IComparerT)
(Inherited from ListTimerItem)
Sort(Int32, Int32, IComparerT)
(Inherited from ListTimerItem)
Sum Return the sum of hours elapsed in the caller's collection of timers.
ToArray
(Inherited from ListTimerItem)
ToString
(Inherited from Object)
TrimExcess
(Inherited from ListTimerItem)
TrueForAll
(Inherited from ListTimerItem)

Events

CollectionChanged Raised when the contents of the collection have changed.
(Inherited from ChangeObjectCollectionT)
ItemAdded Raised when an item is added to the collection.
(Inherited from ChangeObjectCollectionT)
ItemPropertyChanged Raised when the value of a property on an individual item has changed.
(Inherited from ChangeObjectCollectionT)
ItemRemoved Raised when an item is removed from the collection.
(Inherited from ChangeObjectCollectionT)

Explicit Interface Implementations

See Also