Table of Contents

Interface IModelChange

Namespace
NMF.Models.Changes
Assembly
NMF.Models.dll

The public interface for ModelChange

[DefaultImplementationType(typeof(ModelChange))]
[XmlDefaultImplementationType(typeof(ModelChange))]
[ModelRepresentationClass("http://nmf.codeplex.com/changes#//ModelChange")]
public interface IModelChange : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members
Extension Methods

Methods

Apply()

Applies the change

void Apply()

Invert()

Inverts the change

IEnumerable<IModelChange> Invert()

Returns

IEnumerable<IModelChange>

A collection of changes that represent the inversion of the change