The PertChartItemCollection type exposes the following members.

Constructors

  NameDescription
PertChartItemCollection

Methods

  NameDescription
Add (Inherited from Collection<(Of <(PertChartItem>)>).)
BlockReentrancy (Inherited from ObservableCollection<(Of <(PertChartItem>)>).)
CheckReentrancy (Inherited from ObservableCollection<(Of <(PertChartItem>)>).)
Clear (Inherited from Collection<(Of <(PertChartItem>)>).)
ClearItems (Inherited from ObservableCollection<(Of <(PertChartItem>)>).)
Contains (Inherited from Collection<(Of <(PertChartItem>)>).)
CopyTo (Inherited from Collection<(Of <(PertChartItem>)>).)
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetEnumerator (Inherited from Collection<(Of <(PertChartItem>)>).)
GetHashCode (Inherited from Object.)
GetPredecessors
Iterates predecessor items of the specified item in the PERT Chart related collection as PertChartItem objects.
GetSuccessorPredecessorItems
Iterates successor items of the specified item in the PERT Chart related collection (i.e. those that have the specified item defined as a predecessor) as PredecessorItem objects.
GetSuccessors
Iterates successor items of the specified item in the PERT Chart related collection (i.e. those that have the specified item defined as a predecessor).
GetType (Inherited from Object.)
IndexOf (Inherited from Collection<(Of <(PertChartItem>)>).)
Insert (Inherited from Collection<(Of <(PertChartItem>)>).)
InsertItem (Inherited from ObservableCollection<(Of <(PertChartItem>)>).)
MemberwiseClone (Inherited from Object.)
Move (Inherited from ObservableCollection<(Of <(PertChartItem>)>).)
MoveItem (Inherited from ObservableCollection<(Of <(PertChartItem>)>).)
OnCollectionChanged
Raises the CollectionChanged event, and executes internal PERT Chart related data management operations when collection changes.
(Overrides ObservableCollection<(Of <(T>)>)..::.OnCollectionChanged(NotifyCollectionChangedEventArgs).)
OnItemPropertyChanged
Raises the ItemmPropertyChanged event.
OnPropertyChanged (Inherited from ObservableCollection<(Of <(PertChartItem>)>).)
Remove (Inherited from Collection<(Of <(PertChartItem>)>).)
RemoveAt (Inherited from Collection<(Of <(PertChartItem>)>).)
RemoveItem (Inherited from ObservableCollection<(Of <(PertChartItem>)>).)
SetItem (Inherited from ObservableCollection<(Of <(PertChartItem>)>).)
ToString (Inherited from Object.)

Properties

  NameDescription
Count (Inherited from Collection<(Of <(PertChartItem>)>).)
Item (Inherited from Collection<(Of <(PertChartItem>)>).)
Items (Inherited from Collection<(Of <(PertChartItem>)>).)

Events

  NameDescription
CollectionChanged (Inherited from ObservableCollection<(Of <(PertChartItem>)>).)
ItemPropertyChanged
Occurs when a data property value of an item in the collection changes.
PropertyChanged (Inherited from ObservableCollection<(Of <(PertChartItem>)>).)

Explicit Interface Implementations

  NameDescription
IList..::.Add (Inherited from Collection<(Of <(PertChartItem>)>).)
IList..::.Contains (Inherited from Collection<(Of <(PertChartItem>)>).)
ICollection..::.CopyTo (Inherited from Collection<(Of <(PertChartItem>)>).)
IEnumerable..::.GetEnumerator (Inherited from Collection<(Of <(PertChartItem>)>).)
IList..::.IndexOf (Inherited from Collection<(Of <(PertChartItem>)>).)
IList..::.Insert (Inherited from Collection<(Of <(PertChartItem>)>).)
IList..::.IsFixedSize (Inherited from Collection<(Of <(PertChartItem>)>).)
ICollection<(Of <(T>)>)..::.IsReadOnly (Inherited from Collection<(Of <(PertChartItem>)>).)
IList..::.IsReadOnly (Inherited from Collection<(Of <(PertChartItem>)>).)
ICollection..::.IsSynchronized (Inherited from Collection<(Of <(PertChartItem>)>).)
IList..::.Item (Inherited from Collection<(Of <(PertChartItem>)>).)
INotifyPropertyChanged..::.PropertyChanged (Inherited from ObservableCollection<(Of <(PertChartItem>)>).)
IList..::.Remove (Inherited from Collection<(Of <(PertChartItem>)>).)
ICollection..::.SyncRoot (Inherited from Collection<(Of <(PertChartItem>)>).)

See Also