Class OperationParametersCollection
Inheritance
OperationParametersCollection
Implements
Inherited Members
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 SourceOperationParametersCollection(IOperation)
Declaration
public OperationParametersCollection(IOperation parent)
Parameters
Type | Name | Description |
---|---|---|
IOperation | parent |
Methods
| Edit this page View SourceSetOpposite(IParameter, IOperation)
Declaration
protected override void SetOpposite(IParameter item, IOperation parent)
Parameters
Type | Name | Description |
---|---|---|
IParameter | item | |
IOperation | parent |