Show / Hide Table of Contents

Interface IAttributePropertyChange

The public interface for AttributePropertyChange

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(AttributePropertyChange))]
[XmlDefaultImplementationType(typeof(AttributePropertyChange))]
[ModelRepresentationClass("http://nmf.codeplex.com/changes#//AttributePropertyChange")]
public interface IAttributePropertyChange : IAttributeChange, IElementaryChange, IModelChange, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging

Properties

| Edit this page View Source

NewValue

The newValue property

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

OldValue

The oldValue property

Declaration
[XmlElementName("oldValue")]
[XmlAttribute(true)]
string OldValue { get; set; }
Property Value
Type Description
string

Events

| Edit this page View Source

NewValueChanged

Gets fired when the NewValue property changed its value

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

NewValueChanging

Gets fired before the NewValue property changes its value

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

OldValueChanged

Gets fired when the OldValue property changed its value

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

OldValueChanging

Gets fired before the OldValue property changes its value

Declaration
event EventHandler<ValueChangedEventArgs> OldValueChanging
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