Interface IModelChangeSet
The public interface for ModelChangeSet
[DefaultImplementationType(typeof(ModelChangeSet))]
[XmlDefaultImplementationType(typeof(ModelChangeSet))]
[ModelRepresentationClass("http://nmf.codeplex.com/changes#//ModelChangeSet")]
public interface IModelChangeSet : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
- Extension Methods
Properties
Changes
The changes property
[Browsable(false)]
[XmlElementName("changes")]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IModelChange> Changes { get; }