Skip to main content
A newer version of this page is available. .

ReflectionMemberInfo.SetModified(Object, Object) Method

Marks the member as modified.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

public override void SetModified(
    object theObject,
    object oldValue
)

Parameters

Name Type Description
theObject Object

An object whose member is modified.

oldValue Object

An object that is the member’s old value.

See Also