Click or drag to resize

LGSPTransactionManagerChangingElementAttribute Method

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

Parameters

owner
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
See Also