Show / Hide Table of Contents

Interface IAssociationListInsertion

The public interface for AssociationListInsertion

Inherited Members
IElementaryChange.AffectedElement
IElementaryChange.Feature
IElementaryChange.AffectedElementChanging
IElementaryChange.AffectedElementChanged
IElementaryChange.FeatureChanging
IElementaryChange.FeatureChanged
IModelChange.Apply()
IModelChange.Invert()
IModelElement.Delete()
IModelElement.Deleted
IModelElement.Deleting
IModelElement.IsIdentified
IModelElement.ToIdentifierString()
IModelElement.RelativeUri
IModelElement.AbsoluteUri
IModelElement.Resolve(Uri)
IModelElement.GetContainerReference(IModelElement, out int)
IModelElement.Model
IModelElement.Parent
IModelElement.ParentChanged
IModelElement.Children
IModelElement.ReferencedElements
IModelElement.Extensions
IModelElement.GetExtension<T>()
IModelElement.GetClass()
IModelElement.GetAttributeValue(IAttribute, int)
IModelElement.GetAttributeValues(IAttribute)
IModelElement.CallOperation(IOperation, params object[])
IModelElement.GetReferencedElement(IReference, int)
IModelElement.SetReferencedElement(IReference, IModelElement)
IModelElement.GetReferencedElements(IReference)
IModelElement.SetAttributeValue(IAttribute, object)
IModelElement.Freeze()
IModelElement.Lock()
IModelElement.Unlock()
IModelElement.TryUnlock()
IModelElement.IsFrozen
IModelElement.IsLocked
IModelElement.BubbledChange
INotifyPropertyChanged.PropertyChanged
INotifyPropertyChanging.PropertyChanging
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 Source

AddedElement

The addedElement property

Declaration
[XmlElementName("addedElement")]
[XmlAttribute(true)]
IModelElement AddedElement { get; set; }
Property Value
Type Description
IModelElement
| Edit this page View Source

Index

The index property

Declaration
[XmlElementName("index")]
[XmlAttribute(true)]
int Index { get; set; }
Property Value
Type Description
int

Events

| Edit this page View Source

AddedElementChanged

Gets fired when the AddedElement property changed its value

Declaration
event EventHandler<ValueChangedEventArgs> AddedElementChanged
Event Type
Type Description
EventHandler<ValueChangedEventArgs>
| Edit this page View Source

AddedElementChanging

Gets fired before the AddedElement property changes its value

Declaration
event EventHandler<ValueChangedEventArgs> AddedElementChanging
Event Type
Type Description
EventHandler<ValueChangedEventArgs>
| Edit this page View Source

IndexChanged

Gets fired when the Index property changed its value

Declaration
event EventHandler<ValueChangedEventArgs> IndexChanged
Event Type
Type Description
EventHandler<ValueChangedEventArgs>
| Edit this page View Source

IndexChanging

Gets fired before the Index property changes its value

Declaration
event EventHandler<ValueChangedEventArgs> IndexChanging
Event Type
Type Description
EventHandler<ValueChangedEventArgs>

Extension Methods

ModelExtensions.AncestorTree(IModelElement)
ModelExtensions.Ancestors(IModelElement)
ModelExtensions.Descendants(IModelElement)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX