Show / Hide Table of Contents

Class ObservableAssociationList<T>

An observable collection to store associated model elements

Inheritance
object
Collection<T>
ObservableCollectionExtended<T>
ObservableList<T>
ObservableAssociationList<T>
Implements
IReadOnlyList<T>
IReadOnlyCollection<T>
IList
ICollection
INotifyCollectionChanging
INotifyPropertyChanged
INotifyCollectionChanged
IListExpression<T>
IList<T>
ICollectionExpression<T>
IEnumerableExpression<T>
IEnumerableExpression
ICollection<T>
IEnumerable<T>
IEnumerable
Inherited Members
ObservableList<T>.AsNotifiable()
ObservableList<T>.ToString()
ObservableCollectionExtended<T>.CollectionChanging
ObservableCollectionExtended<T>.CollectionChanged
ObservableCollectionExtended<T>.PropertyChanged
ObservableCollectionExtended<T>.OnCollectionChanging(NotifyCollectionChangedEventArgs)
ObservableCollectionExtended<T>.OnCollectionChanged(NotifyCollectionChangedEventArgs, bool)
ObservableCollectionExtended<T>.RequireEvents()
ObservableCollectionExtended<T>.MoveItem(int, int)
Collection<T>.Add(T)
Collection<T>.Clear()
Collection<T>.Contains(T)
Collection<T>.CopyTo(T[], int)
Collection<T>.GetEnumerator()
Collection<T>.IndexOf(T)
Collection<T>.Insert(int, T)
Collection<T>.Remove(T)
Collection<T>.RemoveAt(int)
Collection<T>.Count
Collection<T>.this[int]
Collection<T>.Items
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: NMF.Models.Collections
Assembly: NMF.Models.dll
Syntax
public class ObservableAssociationList<T> : ObservableList<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IList, ICollection, INotifyCollectionChanging, INotifyPropertyChanged, INotifyCollectionChanged, IListExpression<T>, IList<T>, ICollectionExpression<T>, IEnumerableExpression<T>, IEnumerableExpression, ICollection<T>, IEnumerable<T>, IEnumerable where T : class, IModelElement
Type Parameters
Name Description
T

Methods

| Edit this page View Source

ClearItems()

Declaration
protected override void ClearItems()
Overrides
NMF.Collections.ObjectModel.ObservableCollectionExtended<T>.ClearItems()
| Edit this page View Source

InsertItem(int, T)

Declaration
protected override void InsertItem(int index, T item)
Parameters
Type Name Description
int index
T item
Overrides
ObservableCollectionExtended<T>.InsertItem(int, T)
| Edit this page View Source

RemoveItem(int)

Declaration
protected override void RemoveItem(int index)
Parameters
Type Name Description
int index
Overrides
ObservableCollectionExtended<T>.RemoveItem(int)
| Edit this page View Source

SetItem(int, T)

Declaration
protected override void SetItem(int index, T item)
Parameters
Type Name Description
int index
T item
Overrides
ObservableCollectionExtended<T>.SetItem(int, T)

Implements

IReadOnlyList<T>
IReadOnlyCollection<T>
IList
ICollection
INotifyCollectionChanging
INotifyPropertyChanged
INotifyCollectionChanged
IListExpression<T>
IList<T>
ICollectionExpression<T>
IEnumerableExpression<T>
IEnumerableExpression
ICollection<T>
IEnumerable<T>
IEnumerable
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX