Class EOperationEParametersCollection
Denotes a class to implement the eParameters reference
public class EOperationEParametersCollection : ObservableOppositeOrderedSet<IEOperation, IEParameter>, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, IOrderedSetExpression<IEParameter>, IListExpression<IEParameter>, ISetExpression<IEParameter>, ICollectionExpression<IEParameter>, IEnumerableExpression<IEParameter>, IOrderedSet<IEParameter>, IList<IEParameter>, ISet<IEParameter>, ICollection<IEParameter>, IEnumerable<IEParameter>, ICollectionExpression, IEnumerableExpression, IList, ICollection, IEnumerable
- Inheritance
-
EOperationEParametersCollection
- Implements
- Inherited Members
Constructors
EOperationEParametersCollection(IEOperation)
Creates a new instance
public EOperationEParametersCollection(IEOperation parent)
Parameters
parentIEOperationthe parent EOperation
Methods
SetOpposite(IEParameter, IEOperation)
Sets the opposite of the given item
protected override void SetOpposite(IEParameter item, IEOperation newParent)
Parameters
itemIEParameterthe item
newParentIEOperationthe new parent or null, if the item is removed from the collection