Table of Contents

Class DeploymentConfigurationCollection

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

Denotes a class to implement the configuration reference

public class DeploymentConfigurationCollection : ObservableOppositeOrderedSet<IDeployment, IDeploymentSpecification>, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, IOrderedSetExpression<IDeploymentSpecification>, IListExpression<IDeploymentSpecification>, ISetExpression<IDeploymentSpecification>, ICollectionExpression<IDeploymentSpecification>, IEnumerableExpression<IDeploymentSpecification>, IOrderedSet<IDeploymentSpecification>, IList<IDeploymentSpecification>, ISet<IDeploymentSpecification>, ICollection<IDeploymentSpecification>, IEnumerable<IDeploymentSpecification>, ICollectionExpression, IEnumerableExpression, IList, ICollection, IEnumerable
Inheritance
DeploymentConfigurationCollection
Implements
Inherited Members

Constructors

DeploymentConfigurationCollection(IDeployment)

Creates a new instance

public DeploymentConfigurationCollection(IDeployment parent)

Parameters

parent IDeployment

the parent Deployment

Methods

SetOpposite(IDeploymentSpecification, IDeployment)

Sets the opposite of the given item

protected override void SetOpposite(IDeploymentSpecification item, IDeployment newParent)

Parameters

item IDeploymentSpecification

the item

newParent IDeployment

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