Table of Contents

Class AttributeCollectionReset

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

The default implementation of the AttributeCollectionReset class

[XmlNamespace("http://nmf.codeplex.com/changes")]
[XmlNamespacePrefix("changes")]
[ModelRepresentationClass("http://nmf.codeplex.com/changes#//AttributeCollectionReset")]
public class AttributeCollectionReset : AttributeChange, IAttributeCollectionReset, IAttributeChange, IElementaryChange, IModelChange, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inheritance
AttributeCollectionReset
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