Interface IModelChangeSet
The public interface for ModelChangeSet
Inherited Members
Namespace: NMF.Models.Changes
Assembly: NMF.Models.dll
Syntax
[DefaultImplementationType(typeof(ModelChangeSet))]
[XmlDefaultImplementationType(typeof(ModelChangeSet))]
[ModelRepresentationClass("http://nmf.codeplex.com/changes#//ModelChangeSet")]
public interface IModelChangeSet : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceChanges
The changes property
Declaration
[Browsable(false)]
[XmlElementName("changes")]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IModelChange> Changes { get; }
Property Value
Type | Description |
---|---|
IOrderedSetExpression<IModelChange> |