ObservableModelElementCollection(T) Methods
The ObservableModelElementCollection<T> type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | (Inherited from Collection<T>.) |
| BlockReentrancy | (Inherited from ObservableCollection<T>.) |
| CheckReentrancy | (Inherited from ObservableCollection<T>.) |
| Clear | (Inherited from Collection<T>.) |
| ClearItems | (Inherited from ObservableCollection<T>.) |
| Contains | (Inherited from Collection<T>.) |
| CopyTo | (Inherited from Collection<T>.) |
| Equals | (Inherited from Object.) |
| Finalize | (Inherited from Object.) |
| GetEnumerator | (Inherited from Collection<T>.) |
| GetHashCode | (Inherited from Object.) |
| GetType | (Inherited from Object.) |
| IndexOf | (Inherited from Collection<T>.) |
| Insert | (Inherited from Collection<T>.) |
| InsertItem | (Inherited from ObservableCollection<T>.) |
| MemberwiseClone | (Inherited from Object.) |
| Move | (Inherited from ObservableCollection<T>.) |
| MoveItem | (Inherited from ObservableCollection<T>.) |
| OnCollectionChanged | (Inherited from ObservableCollection<T>.) |
| OnPropertyChanged | Overloaded. |
| OnPropertyStateChanged | Invoked when the property state on an element has been changed. |
| Remove | (Inherited from Collection<T>.) |
| RemoveAt | (Inherited from Collection<T>.) |
| RemoveItem | (Inherited from ObservableCollection<T>.) |
| SetItem | (Inherited from ObservableCollection<T>.) |
| SetParent | Sets the parent property of the current ModelElement instance. |
| SetParentProperty | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| IList.Add | (Inherited from Collection<T>.) |
| IList.Contains | (Inherited from Collection<T>.) |
| ICollection.CopyTo | (Inherited from Collection<T>.) |
| IEnumerable.GetEnumerator | (Inherited from Collection<T>.) |
| IList.IndexOf | (Inherited from Collection<T>.) |
| IList.Insert | (Inherited from Collection<T>.) |
| IList.Remove | (Inherited from Collection<T>.) |
Community Additions
ADD
Show: