Show / Hide Table of Contents

Class EnumerationLiteralsCollection

Inheritance
object
Collection<ILiteral>
ObservableCollectionExtended<ILiteral>
ObservableList<ILiteral>
ObservableOppositeList<IEnumeration, ILiteral>
EnumerationLiteralsCollection
Implements
IReadOnlyList<ILiteral>
IReadOnlyCollection<ILiteral>
IList
ICollection
INotifyCollectionChanging
INotifyPropertyChanged
INotifyCollectionChanged
IListExpression<ILiteral>
IList<ILiteral>
ICollectionExpression<ILiteral>
IEnumerableExpression<ILiteral>
IEnumerableExpression
ICollection<ILiteral>
IEnumerable<ILiteral>
IEnumerable
Inherited Members
ObservableOppositeList<IEnumeration, ILiteral>.Parent
ObservableOppositeList<IEnumeration, ILiteral>.SetOpposite(ILiteral, IEnumeration)
ObservableOppositeList<IEnumeration, ILiteral>.ClearItems()
ObservableOppositeList<IEnumeration, ILiteral>.InsertItem(int, ILiteral)
ObservableOppositeList<IEnumeration, ILiteral>.RemoveItem(int)
ObservableOppositeList<IEnumeration, ILiteral>.SetItem(int, ILiteral)
ObservableOppositeList<IEnumeration, ILiteral>.ToString()
ObservableList<ILiteral>.AsNotifiable()
ObservableList<ILiteral>.ToString()
ObservableCollectionExtended<ILiteral>.CollectionChanging
ObservableCollectionExtended<ILiteral>.CollectionChanged
ObservableCollectionExtended<ILiteral>.PropertyChanged
ObservableCollectionExtended<ILiteral>.OnCollectionChanging(NotifyCollectionChangedEventArgs)
ObservableCollectionExtended<ILiteral>.OnCollectionChanged(NotifyCollectionChangedEventArgs, bool)
ObservableCollectionExtended<ILiteral>.RequireEvents()
ObservableCollectionExtended<ILiteral>.ClearItems()
ObservableCollectionExtended<ILiteral>.InsertItem(int, ILiteral)
ObservableCollectionExtended<ILiteral>.MoveItem(int, int)
ObservableCollectionExtended<ILiteral>.RemoveItem(int)
ObservableCollectionExtended<ILiteral>.SetItem(int, ILiteral)
Collection<ILiteral>.Add(ILiteral)
Collection<ILiteral>.Clear()
Collection<ILiteral>.Contains(ILiteral)
Collection<ILiteral>.CopyTo(ILiteral[], int)
Collection<ILiteral>.GetEnumerator()
Collection<ILiteral>.IndexOf(ILiteral)
Collection<ILiteral>.Insert(int, ILiteral)
Collection<ILiteral>.Remove(ILiteral)
Collection<ILiteral>.RemoveAt(int)
Collection<ILiteral>.Count
Collection<ILiteral>.this[int]
Collection<ILiteral>.Items
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: NMF.Models.Meta
Assembly: NMF.Models.dll
Syntax
public class EnumerationLiteralsCollection : ObservableOppositeList<IEnumeration, ILiteral>, IReadOnlyList<ILiteral>, IReadOnlyCollection<ILiteral>, IList, ICollection, INotifyCollectionChanging, INotifyPropertyChanged, INotifyCollectionChanged, IListExpression<ILiteral>, IList<ILiteral>, ICollectionExpression<ILiteral>, IEnumerableExpression<ILiteral>, IEnumerableExpression, ICollection<ILiteral>, IEnumerable<ILiteral>, IEnumerable

Constructors

| Edit this page View Source

EnumerationLiteralsCollection(IEnumeration)

Declaration
public EnumerationLiteralsCollection(IEnumeration parent)
Parameters
Type Name Description
IEnumeration parent

Methods

| Edit this page View Source

SetOpposite(ILiteral, IEnumeration)

Declaration
protected override void SetOpposite(ILiteral item, IEnumeration parent)
Parameters
Type Name Description
ILiteral item
IEnumeration parent
Overrides
ObservableOppositeList<IEnumeration, ILiteral>.SetOpposite(ILiteral, IEnumeration)

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