Interface IAssociationCollectionInsertion
The public interface for AssociationCollectionInsertion
[DefaultImplementationType(typeof(AssociationCollectionInsertion))]
[XmlDefaultImplementationType(typeof(AssociationCollectionInsertion))]
[ModelRepresentationClass("http://nmf.codeplex.com/changes#//AssociationCollectionInsertion")]
public interface IAssociationCollectionInsertion : IAssociationChange, IElementaryChange, IModelChange, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
- Extension Methods
Properties
AddedElement
The addedElement property
[XmlElementName("addedElement")]
[XmlAttribute(true)]
IModelElement AddedElement { get; set; }
Property Value
Events
AddedElementChanged
Gets fired when the AddedElement property changed its value
event EventHandler<ValueChangedEventArgs> AddedElementChanged
Event Type
AddedElementChanging
Gets fired before the AddedElement property changes its value
event EventHandler<ValueChangedEventArgs> AddedElementChanging