Skip to main content
.NET 6.0+

IXPModificationsStore Members

Implemented by classes that store information about the modified properties.

Methods

Name Description
ClearModifications() Clears modifications in the current IXPModificationsStore.
GetPropertyModified(XPMemberInfo) Checks whether or not the member is modified.
GetPropertyOldValue(XPMemberInfo) Returns the old value of the member.
HasModifications() Checks if there are modifications in the current IXPModificationsStore.
ResetPropertyModified(XPMemberInfo) Resets the member’s modification.
SetPropertyModified(XPMemberInfo, Object) Marks the member as modified.
See Also