Class DeploymentConfigurationCollection
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
IDeploymentthe parent Deployment
Methods
SetOpposite(IDeploymentSpecification, IDeployment)
Sets the opposite of the given item
protected override void SetOpposite(IDeploymentSpecification item, IDeployment newParent)
Parameters
item
IDeploymentSpecificationthe item
newParent
IDeploymentthe new parent or null, if the item is removed from the collection