Interface IElementaryChange
The public interface for ElementaryChange
Inherited Members
Namespace: NMF.Models.Changes
Assembly: NMF.Models.dll
Syntax
[DefaultImplementationType(typeof(ElementaryChange))]
[XmlDefaultImplementationType(typeof(ElementaryChange))]
[ModelRepresentationClass("http://nmf.codeplex.com/changes#//ElementaryChange")]
public interface IElementaryChange : IModelChange, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceAffectedElement
The affectedElement property
Declaration
[XmlElementName("affectedElement")]
[XmlAttribute(true)]
IModelElement AffectedElement { get; set; }
Property Value
Type | Description |
---|---|
IModelElement |
Feature
The feature property
Declaration
[XmlElementName("feature")]
[XmlAttribute(true)]
ITypedElement Feature { get; set; }
Property Value
Type | Description |
---|---|
ITypedElement |
Events
| Edit this page View SourceAffectedElementChanged
Gets fired when the AffectedElement property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> AffectedElementChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
AffectedElementChanging
Gets fired before the AffectedElement property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> AffectedElementChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
FeatureChanged
Gets fired when the Feature property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> FeatureChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
FeatureChanging
Gets fired before the Feature property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> FeatureChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |