Interface IAssociationListInsertion
The public interface for AssociationListInsertion
Inherited Members
Namespace: NMF.Models.Changes
Assembly: NMF.Models.dll
Syntax
[DefaultImplementationType(typeof(AssociationListInsertion))]
[XmlDefaultImplementationType(typeof(AssociationListInsertion))]
[ModelRepresentationClass("http://nmf.codeplex.com/changes#//AssociationListInsertion")]
public interface IAssociationListInsertion : IAssociationChange, IElementaryChange, IModelChange, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceAddedElement
The addedElement property
Declaration
[XmlElementName("addedElement")]
[XmlAttribute(true)]
IModelElement AddedElement { get; set; }
Property Value
Type | Description |
---|---|
IModelElement |
Index
The index property
Declaration
[XmlElementName("index")]
[XmlAttribute(true)]
int Index { get; set; }
Property Value
Type | Description |
---|---|
int |
Events
| Edit this page View SourceAddedElementChanged
Gets fired when the AddedElement property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> AddedElementChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
AddedElementChanging
Gets fired before the AddedElement property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> AddedElementChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
IndexChanged
Gets fired when the Index property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> IndexChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
IndexChanging
Gets fired before the Index property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> IndexChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |