Table of Contents

Class CompositionCollectionReset

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

The default implementation of the CompositionCollectionReset class

[XmlNamespace("http://nmf.codeplex.com/changes")]
[XmlNamespacePrefix("changes")]
[ModelRepresentationClass("http://nmf.codeplex.com/changes#//CompositionCollectionReset")]
public class CompositionCollectionReset : CompositionChange, ICompositionCollectionReset, ICompositionChange, IElementaryChange, IModelChange, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inheritance
CompositionCollectionReset
Implements
Inherited Members
Extension Methods

Properties

ClassInstance

Gets the Class model for this type

public static IClass ClassInstance { get; }

Property Value

IClass

Methods

Apply()

Applies the change

public override void Apply()

GetClass()

Gets the Class for this model element

public override IClass GetClass()

Returns

IClass

Invert()

Calculates changes that invert the current change

public override IEnumerable<IModelChange> Invert()

Returns

IEnumerable<IModelChange>

A collection of model changes that invert the current change