Interface IChangeTransaction
The public interface for ChangeTransaction
Inherited Members
Namespace: NMF.Models.Changes
Assembly: NMF.Models.dll
Syntax
[DefaultImplementationType(typeof(ChangeTransaction))]
[XmlDefaultImplementationType(typeof(ChangeTransaction))]
[ModelRepresentationClass("http://nmf.codeplex.com/changes#//ChangeTransaction")]
public interface IChangeTransaction : IModelChange, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceNestedChanges
The nestedChanges property
Declaration
[Browsable(false)]
[XmlElementName("nestedChanges")]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IModelChange> NestedChanges { get; }
Property Value
Type | Description |
---|---|
IOrderedSetExpression<IModelChange> |
SourceChange
The sourceChange property
Declaration
[Browsable(false)]
[XmlElementName("sourceChange")]
[XmlAttribute(false)]
[Containment]
IModelChange SourceChange { get; set; }
Property Value
Type | Description |
---|---|
IModelChange |
Events
| Edit this page View SourceSourceChangeChanged
Gets fired when the SourceChange property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> SourceChangeChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
SourceChangeChanging
Gets fired before the SourceChange property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> SourceChangeChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |