Class DeploymentTargetDeploymentCollection
Denotes a class to implement the deployment reference
public class DeploymentTargetDeploymentCollection : ObservableOppositeOrderedSet<IDeploymentTarget, IDeployment>, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, IOrderedSetExpression<IDeployment>, IListExpression<IDeployment>, ISetExpression<IDeployment>, ICollectionExpression<IDeployment>, IEnumerableExpression<IDeployment>, IOrderedSet<IDeployment>, IList<IDeployment>, ISet<IDeployment>, ICollection<IDeployment>, IEnumerable<IDeployment>, ICollectionExpression, IEnumerableExpression, IList, ICollection, IEnumerable
- Inheritance
-
DeploymentTargetDeploymentCollection
- Implements
- Inherited Members
Constructors
DeploymentTargetDeploymentCollection(IDeploymentTarget)
Creates a new instance
public DeploymentTargetDeploymentCollection(IDeploymentTarget parent)
Parameters
parent
IDeploymentTargetthe parent DeploymentTarget
Methods
SetOpposite(IDeployment, IDeploymentTarget)
Sets the opposite of the given item
protected override void SetOpposite(IDeployment item, IDeploymentTarget newParent)
Parameters
item
IDeploymentthe item
newParent
IDeploymentTargetthe new parent or null, if the item is removed from the collection