Click or drag to resize

LGSPUndoAttributeChanged Constructor

Initializes a new instance of the LGSPUndoAttributeChanged class

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public LGSPUndoAttributeChanged(
	IAttributeBearer elem,
	AttributeType attrType,
	AttributeChangeType changeType,
	Object newValue,
	Object keyValue,
	LGSPGraphProcessingEnvironment procEnv
)

Parameters

elem
Type: de.unika.ipd.grGen.libGrIAttributeBearer
attrType
Type: de.unika.ipd.grGen.libGrAttributeType
changeType
Type: de.unika.ipd.grGen.libGrAttributeChangeType
newValue
Type: SystemObject
keyValue
Type: SystemObject
procEnv
Type: de.unika.ipd.grGen.lgspLGSPGraphProcessingEnvironment
See Also