Show / Hide Table of Contents

Class OperationParametersCollection

Inheritance
object
Collection<IParameter>
ObservableCollectionExtended<IParameter>
ObservableList<IParameter>
ObservableOppositeList<IOperation, IParameter>
OperationParametersCollection
Implements
IReadOnlyList<IParameter>
IReadOnlyCollection<IParameter>
IList
ICollection
INotifyCollectionChanging
INotifyPropertyChanged
INotifyCollectionChanged
IListExpression<IParameter>
IList<IParameter>
ICollectionExpression<IParameter>
IEnumerableExpression<IParameter>
IEnumerableExpression
ICollection<IParameter>
IEnumerable<IParameter>
IEnumerable
Inherited Members
ObservableOppositeList<IOperation, IParameter>.Parent
ObservableOppositeList<IOperation, IParameter>.SetOpposite(IParameter, IOperation)
ObservableOppositeList<IOperation, IParameter>.ClearItems()
ObservableOppositeList<IOperation, IParameter>.InsertItem(int, IParameter)
ObservableOppositeList<IOperation, IParameter>.RemoveItem(int)
ObservableOppositeList<IOperation, IParameter>.SetItem(int, IParameter)
ObservableOppositeList<IOperation, IParameter>.ToString()
ObservableList<IParameter>.AsNotifiable()
ObservableList<IParameter>.ToString()
ObservableCollectionExtended<IParameter>.CollectionChanging
ObservableCollectionExtended<IParameter>.CollectionChanged
ObservableCollectionExtended<IParameter>.PropertyChanged
ObservableCollectionExtended<IParameter>.OnCollectionChanging(NotifyCollectionChangedEventArgs)
ObservableCollectionExtended<IParameter>.OnCollectionChanged(NotifyCollectionChangedEventArgs, bool)
ObservableCollectionExtended<IParameter>.RequireEvents()
ObservableCollectionExtended<IParameter>.ClearItems()
ObservableCollectionExtended<IParameter>.InsertItem(int, IParameter)
ObservableCollectionExtended<IParameter>.MoveItem(int, int)
ObservableCollectionExtended<IParameter>.RemoveItem(int)
ObservableCollectionExtended<IParameter>.SetItem(int, IParameter)
Collection<IParameter>.Add(IParameter)
Collection<IParameter>.Clear()
Collection<IParameter>.Contains(IParameter)
Collection<IParameter>.CopyTo(IParameter[], int)
Collection<IParameter>.GetEnumerator()
Collection<IParameter>.IndexOf(IParameter)
Collection<IParameter>.Insert(int, IParameter)
Collection<IParameter>.Remove(IParameter)
Collection<IParameter>.RemoveAt(int)
Collection<IParameter>.Count
Collection<IParameter>.this[int]
Collection<IParameter>.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 OperationParametersCollection : ObservableOppositeList<IOperation, IParameter>, IReadOnlyList<IParameter>, IReadOnlyCollection<IParameter>, IList, ICollection, INotifyCollectionChanging, INotifyPropertyChanged, INotifyCollectionChanged, IListExpression<IParameter>, IList<IParameter>, ICollectionExpression<IParameter>, IEnumerableExpression<IParameter>, IEnumerableExpression, ICollection<IParameter>, IEnumerable<IParameter>, IEnumerable

Constructors

| Edit this page View Source

OperationParametersCollection(IOperation)

Declaration
public OperationParametersCollection(IOperation parent)
Parameters
Type Name Description
IOperation parent

Methods

| Edit this page View Source

SetOpposite(IParameter, IOperation)

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

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