Show / Hide Table of Contents

Class ObservableOppositeSet<TParent, TCollected>

Inheritance
object
DecoratedSet<TCollected>
ObservableSet<TCollected>
ObservableOppositeSet<TParent, TCollected>
Implements
IList
ICollection
INotifyCollectionChanged
INotifyCollectionChanging
INotifyPropertyChanged
ISetExpression<TCollected>
ISet<TCollected>
ICollectionExpression<TCollected>
IEnumerableExpression<TCollected>
IEnumerableExpression
ICollection<TCollected>
IEnumerable<TCollected>
IEnumerable
Inherited Members
ObservableSet<TCollected>.RequireEvents()
ObservableSet<TCollected>.SilentAdd(TCollected)
ObservableSet<TCollected>.SilentClear()
ObservableSet<TCollected>.SilentRemove(TCollected)
ObservableSet<TCollected>.CollectionChanged
ObservableSet<TCollected>.CollectionChanging
ObservableSet<TCollected>.OnPropertyChanged(string)
ObservableSet<TCollected>.OnCollectionChanged(NotifyCollectionChangedEventArgs)
ObservableSet<TCollected>.OnCollectionChanging(NotifyCollectionChangedEventArgs)
ObservableSet<TCollected>.PropertyChanged
ObservableSet<TCollected>.AsNotifiable()
DecoratedSet<TCollected>.Items
DecoratedSet<TCollected>.ExceptWith(IEnumerable<TCollected>)
DecoratedSet<TCollected>.IntersectWith(IEnumerable<TCollected>)
DecoratedSet<TCollected>.IsProperSubsetOf(IEnumerable<TCollected>)
DecoratedSet<TCollected>.IsProperSupersetOf(IEnumerable<TCollected>)
DecoratedSet<TCollected>.IsSubsetOf(IEnumerable<TCollected>)
DecoratedSet<TCollected>.IsSupersetOf(IEnumerable<TCollected>)
DecoratedSet<TCollected>.Overlaps(IEnumerable<TCollected>)
DecoratedSet<TCollected>.SetEquals(IEnumerable<TCollected>)
DecoratedSet<TCollected>.SymmetricExceptWith(IEnumerable<TCollected>)
DecoratedSet<TCollected>.UnionWith(IEnumerable<TCollected>)
DecoratedSet<TCollected>.Contains(TCollected)
DecoratedSet<TCollected>.CopyTo(TCollected[], int)
DecoratedSet<TCollected>.Count
DecoratedSet<TCollected>.GetEnumerator()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: NMF.Collections.ObjectModel
Assembly: NMF.Collections.dll
Syntax
public abstract class ObservableOppositeSet<TParent, TCollected> : ObservableSet<TCollected>, IList, ICollection, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, ISetExpression<TCollected>, ISet<TCollected>, ICollectionExpression<TCollected>, IEnumerableExpression<TCollected>, IEnumerableExpression, ICollection<TCollected>, IEnumerable<TCollected>, IEnumerable
Type Parameters
Name Description
TParent
TCollected

Constructors

| Edit this page View Source

ObservableOppositeSet(TParent)

Declaration
protected ObservableOppositeSet(TParent parent)
Parameters
Type Name Description
TParent parent

Properties

| Edit this page View Source

Parent

Declaration
public TParent Parent { get; }
Property Value
Type Description
TParent

Methods

| Edit this page View Source

Add(TCollected)

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

Clear()

Declaration
public override void Clear()
Overrides
ObservableSet<TCollected>.Clear()
| Edit this page View Source

Remove(TCollected)

Declaration
public override bool Remove(TCollected item)
Parameters
Type Name Description
TCollected item
Returns
Type Description
bool
Overrides
ObservableSet<TCollected>.Remove(TCollected)
| Edit this page View Source

SetOpposite(TCollected, TParent)

Declaration
protected abstract void SetOpposite(TCollected item, TParent newParent)
Parameters
Type Name Description
TCollected item
TParent newParent
| Edit this page View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
ObservableSet<TCollected>.ToString()

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