Class AssociationCollectionReset
The default implementation of the AssociationCollectionReset class
Inheritance
AssociationCollectionReset
Implements
Inherited Members
Namespace: NMF.Models.Changes
Assembly: NMF.Models.dll
Syntax
[XmlNamespace("http://nmf.codeplex.com/changes")]
[XmlNamespacePrefix("changes")]
[ModelRepresentationClass("http://nmf.codeplex.com/changes#//AssociationCollectionReset")]
public class AssociationCollectionReset : AssociationChange, IAssociationCollectionReset, IAssociationChange, IElementaryChange, IModelChange, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceClassInstance
Gets the Class model for this type
Declaration
public static IClass ClassInstance { get; }
Property Value
Type | Description |
---|---|
IClass |
Methods
| Edit this page View SourceApply()
Applies the change
Declaration
public override void Apply()
Overrides
| Edit this page View SourceGetClass()
Gets the Class for this model element
Declaration
public override IClass GetClass()
Returns
Type | Description |
---|---|
IClass |
Overrides
| Edit this page View SourceInvert()
Calculates changes that invert the current change
Declaration
public override IEnumerable<IModelChange> Invert()
Returns
Type | Description |
---|---|
IEnumerable<IModelChange> | A collection of model changes that invert the current change |