Table of Contents

Interface IAssociationListInsertion

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

The public interface for AssociationListInsertion

[DefaultImplementationType(typeof(AssociationListInsertion))]
[XmlDefaultImplementationType(typeof(AssociationListInsertion))]
[ModelRepresentationClass("http://nmf.codeplex.com/changes#//AssociationListInsertion")]
public interface IAssociationListInsertion : 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

IModelElement

Index

The index property

[XmlElementName("index")]
[XmlAttribute(true)]
int Index { get; set; }

Property Value

int

Events

AddedElementChanged

Gets fired when the AddedElement property changed its value

event EventHandler<ValueChangedEventArgs> AddedElementChanged

Event Type

EventHandler<ValueChangedEventArgs>

AddedElementChanging

Gets fired before the AddedElement property changes its value

event EventHandler<ValueChangedEventArgs> AddedElementChanging

Event Type

EventHandler<ValueChangedEventArgs>

IndexChanged

Gets fired when the Index property changed its value

event EventHandler<ValueChangedEventArgs> IndexChanged

Event Type

EventHandler<ValueChangedEventArgs>

IndexChanging

Gets fired before the Index property changes its value

event EventHandler<ValueChangedEventArgs> IndexChanging

Event Type

EventHandler<ValueChangedEventArgs>