Table of Contents

Interface IAssociationCollectionDeletion

Namespace
NMF.Models.Changes
Assembly
NMF.Models.dll

The public interface for AssociationCollectionDeletion

[DefaultImplementationType(typeof(AssociationCollectionDeletion))]
[XmlDefaultImplementationType(typeof(AssociationCollectionDeletion))]
[ModelRepresentationClass("http://nmf.codeplex.com/changes#//AssociationCollectionDeletion")]
public interface IAssociationCollectionDeletion : IAssociationChange, IElementaryChange, IModelChange, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members
Extension Methods

Properties

DeletedElement

The deletedElement property

[XmlElementName("deletedElement")]
[XmlAttribute(true)]
IModelElement DeletedElement { get; set; }

Property Value

IModelElement

Events

DeletedElementChanged

Gets fired when the DeletedElement property changed its value

event EventHandler<ValueChangedEventArgs> DeletedElementChanged

Event Type

EventHandler<ValueChangedEventArgs>

DeletedElementChanging

Gets fired before the DeletedElement property changes its value

event EventHandler<ValueChangedEventArgs> DeletedElementChanging

Event Type

EventHandler<ValueChangedEventArgs>