Skip to main content

XPCustomMemberInfo.ResetModified(Object) Method

Resets the member’s modification.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public override void ResetModified(
    object theObject
)

Parameters

Name Type Description
theObject Object

A persistent object whose member modification will be reset.

See Also