TimeNotationCollection Class

Collection of TimeNotationItem Items.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public class TimeNotationCollection : ChangeObjectCollection<TimeNotationItem>
Inheritance
Object    ListTimeNotationItem    ChangeObjectCollectionTimeNotationItem    TimeNotationCollection

Constructors

TimeNotationCollectionInitializes a new instance of the TimeNotationCollection class

Properties

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

Methods

Add(T) Add an item to the collection.
(Inherited from ChangeObjectCollectionT)
Add(ValueTupleScheduleRepetitionRate, TimeSpan, TimeSpan) Add a list of time notation items using repetition rate and startTime, endTime.
AddRange Add a range of items to the collection.
(Inherited from ChangeObjectCollectionT)
AsReadOnly
(Inherited from ListTimeNotationItem)
BinarySearch(T)
(Inherited from ListTimeNotationItem)
BinarySearch(T, IComparerT)
(Inherited from ListTimeNotationItem)
BinarySearch(Int32, Int32, T, IComparerT)
(Inherited from ListTimeNotationItem)
Clear Remove all of the elements from the property collection.
(Inherited from ChangeObjectCollectionT)
Contains
(Inherited from ListTimeNotationItem)
ConvertAllTOutput
(Inherited from ListTimeNotationItem)
CopyTo(T)
(Inherited from ListTimeNotationItem)
CopyTo(T, Int32)
(Inherited from ListTimeNotationItem)
CopyTo(Int32, T, Int32, Int32)
(Inherited from ListTimeNotationItem)
Equals
(Inherited from Object)
Exists
(Inherited from ListTimeNotationItem)
Finalize
(Inherited from Object)
Find
(Inherited from ListTimeNotationItem)
FindAll
(Inherited from ListTimeNotationItem)
FindIndex(PredicateT)
(Inherited from ListTimeNotationItem)
FindIndex(Int32, PredicateT)
(Inherited from ListTimeNotationItem)
FindIndex(Int32, Int32, PredicateT)
(Inherited from ListTimeNotationItem)
FindLast
(Inherited from ListTimeNotationItem)
FindLastIndex(PredicateT)
(Inherited from ListTimeNotationItem)
FindLastIndex(Int32, PredicateT)
(Inherited from ListTimeNotationItem)
FindLastIndex(Int32, Int32, PredicateT)
(Inherited from ListTimeNotationItem)
ForEach
(Inherited from ListTimeNotationItem)
GetEnumerator
(Inherited from ListTimeNotationItem)
GetHashCode
(Inherited from Object)
GetRange
(Inherited from ListTimeNotationItem)
GetType
(Inherited from Object)
IndexOf(T)
(Inherited from ListTimeNotationItem)
IndexOf(T, Int32)
(Inherited from ListTimeNotationItem)
IndexOf(T, Int32, Int32)
(Inherited from ListTimeNotationItem)
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 ListTimeNotationItem)
LastIndexOf(T, Int32)
(Inherited from ListTimeNotationItem)
LastIndexOf(T, Int32, Int32)
(Inherited from ListTimeNotationItem)
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 ListTimeNotationItem)
Reverse(Int32, Int32)
(Inherited from ListTimeNotationItem)
Sort
(Inherited from ListTimeNotationItem)
Sort(ComparisonT)
(Inherited from ListTimeNotationItem)
Sort(IComparerT)
(Inherited from ListTimeNotationItem)
Sort(Int32, Int32, IComparerT)
(Inherited from ListTimeNotationItem)
ToArray
(Inherited from ListTimeNotationItem)
ToString
(Inherited from Object)
TotalTime Return the total number of hours given in the provided collection, stopping with the specified maximum repeated cycle amount.
TrimExcess
(Inherited from ListTimeNotationItem)
TrueForAll
(Inherited from ListTimeNotationItem)

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