Class ParameterParameterSetCollection
Denotes a class to implement the parameterSet reference
public class ParameterParameterSetCollection : ObservableOppositeSet<IParameter, IParameterSet>, IList, ICollection, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, ISetExpression<IParameterSet>, ISet<IParameterSet>, ICollectionExpression<IParameterSet>, IEnumerableExpression<IParameterSet>, IEnumerableExpression, ICollection<IParameterSet>, IEnumerable<IParameterSet>, IEnumerable
- Inheritance
-
ParameterParameterSetCollection
- Implements
- Inherited Members
Constructors
ParameterParameterSetCollection(IParameter)
Creates a new instance
public ParameterParameterSetCollection(IParameter parent)
Parameters
parent
IParameterthe parent Parameter
Methods
SetOpposite(IParameterSet, IParameter)
Sets the opposite of the given item
protected override void SetOpposite(IParameterSet item, IParameter newParent)
Parameters
item
IParameterSetthe item
newParent
IParameterthe new parent or null, if the item is removed from the collection