Interface IAssociationCollectionDeletion
The public interface for AssociationCollectionDeletion
Inherited Members
Namespace: NMF.Models.Changes
Assembly: NMF.Models.dll
Syntax
[DefaultImplementationType(typeof(AssociationCollectionDeletion))]
[XmlDefaultImplementationType(typeof(AssociationCollectionDeletion))]
[ModelRepresentationClass("http://nmf.codeplex.com/changes#//AssociationCollectionDeletion")]
public interface IAssociationCollectionDeletion : IAssociationChange, IElementaryChange, IModelChange, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceDeletedElement
The deletedElement property
Declaration
[XmlElementName("deletedElement")]
[XmlAttribute(true)]
IModelElement DeletedElement { get; set; }
Property Value
Type | Description |
---|---|
IModelElement |
Events
| Edit this page View SourceDeletedElementChanged
Gets fired when the DeletedElement property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> DeletedElementChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
DeletedElementChanging
Gets fired before the DeletedElement property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> DeletedElementChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |