Show / Hide Table of Contents

Class ObservableAssociationSet<T>

Denotes an observable set to store associated elements

Inheritance
object
DecoratedSet<T>
ObservableSet<T>
ObservableAssociationSet<T>
Implements
IList
ICollection
INotifyCollectionChanged
INotifyCollectionChanging
INotifyPropertyChanged
ISetExpression<T>
ISet<T>
ICollectionExpression<T>
IEnumerableExpression<T>
IEnumerableExpression
ICollection<T>
IEnumerable<T>
IEnumerable
Inherited Members
ObservableSet<T>.RequireEvents()
ObservableSet<T>.SilentAdd(T)
ObservableSet<T>.SilentClear()
ObservableSet<T>.SilentRemove(T)
ObservableSet<T>.CollectionChanged
ObservableSet<T>.CollectionChanging
ObservableSet<T>.OnPropertyChanged(string)
ObservableSet<T>.OnCollectionChanged(NotifyCollectionChangedEventArgs)
ObservableSet<T>.OnCollectionChanging(NotifyCollectionChangedEventArgs)
ObservableSet<T>.PropertyChanged
ObservableSet<T>.AsNotifiable()
ObservableSet<T>.ToString()
DecoratedSet<T>.Items
DecoratedSet<T>.ExceptWith(IEnumerable<T>)
DecoratedSet<T>.IntersectWith(IEnumerable<T>)
DecoratedSet<T>.IsProperSubsetOf(IEnumerable<T>)
DecoratedSet<T>.IsProperSupersetOf(IEnumerable<T>)
DecoratedSet<T>.IsSubsetOf(IEnumerable<T>)
DecoratedSet<T>.IsSupersetOf(IEnumerable<T>)
DecoratedSet<T>.Overlaps(IEnumerable<T>)
DecoratedSet<T>.SetEquals(IEnumerable<T>)
DecoratedSet<T>.SymmetricExceptWith(IEnumerable<T>)
DecoratedSet<T>.UnionWith(IEnumerable<T>)
DecoratedSet<T>.Contains(T)
DecoratedSet<T>.CopyTo(T[], int)
DecoratedSet<T>.Count
DecoratedSet<T>.GetEnumerator()
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 ObservableAssociationSet<T> : ObservableSet<T>, IList, ICollection, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, ISetExpression<T>, ISet<T>, ICollectionExpression<T>, IEnumerableExpression<T>, IEnumerableExpression, ICollection<T>, IEnumerable<T>, IEnumerable where T : class, IModelElement
Type Parameters
Name Description
T

The type of the elements

Methods

| Edit this page View Source

Add(T)

Declaration
public override bool Add(T item)
Parameters
Type Name Description
T item
Returns
Type Description
bool
Overrides
NMF.Collections.ObjectModel.ObservableSet<T>.Add(T)
| Edit this page View Source

Clear()

Declaration
public override void Clear()
Overrides
NMF.Collections.ObjectModel.ObservableSet<T>.Clear()
| Edit this page View Source

Remove(T)

Declaration
public override bool Remove(T item)
Parameters
Type Name Description
T item
Returns
Type Description
bool
Overrides
NMF.Collections.ObjectModel.ObservableSet<T>.Remove(T)

Implements

IList
ICollection
INotifyCollectionChanged
INotifyCollectionChanging
INotifyPropertyChanged
ISetExpression<T>
ISet<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