Interface IChangeTransaction
The public interface for ChangeTransaction
[DefaultImplementationType(typeof(ChangeTransaction))]
[XmlDefaultImplementationType(typeof(ChangeTransaction))]
[ModelRepresentationClass("http://nmf.codeplex.com/changes#//ChangeTransaction")]
public interface IChangeTransaction : IModelChange, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
- Extension Methods
Properties
NestedChanges
The nestedChanges property
[Browsable(false)]
[XmlElementName("nestedChanges")]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IModelChange> NestedChanges { get; }
Property Value
SourceChange
The sourceChange property
[Browsable(false)]
[XmlElementName("sourceChange")]
[XmlAttribute(false)]
[Containment]
IModelChange SourceChange { get; set; }
Property Value
Events
SourceChangeChanged
Gets fired when the SourceChange property changed its value
event EventHandler<ValueChangedEventArgs> SourceChangeChanged
Event Type
SourceChangeChanging
Gets fired before the SourceChange property changes its value
event EventHandler<ValueChangedEventArgs> SourceChangeChanging