Table of Contents

Class DeploymentTargetDeploymentCollection

Namespace
NMF.Interop.Uml
Assembly
NMF.UMLInterop.dll

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 IDeploymentTarget

the parent DeploymentTarget

Methods

SetOpposite(IDeployment, IDeploymentTarget)

Sets the opposite of the given item

protected override void SetOpposite(IDeployment item, IDeploymentTarget newParent)

Parameters

item IDeployment

the item

newParent IDeploymentTarget

the new parent or null, if the item is removed from the collection