Class OperationParametersCollection
Denotes a class to implement the Parameters reference
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
- Inheritance
-
OperationParametersCollection
- Implements
- Inherited Members
Constructors
OperationParametersCollection(IOperation)
Creates a new instance
public OperationParametersCollection(IOperation parent)
Parameters
parent
IOperationthe parent Operation
Methods
SetOpposite(IParameter, IOperation)
Sets the opposite of the given item
protected override void SetOpposite(IParameter item, IOperation newParent)
Parameters
item
IParameterthe item
newParent
IOperationthe new parent or null, if the item is removed from the collection