IObjectCallbacks.

ObjectCanUpdate(IObjectContainer) Method

Summary

called before a persisted Object is updated.

Syntax

bool ObjectCanUpdate(IObjectContainer container)

Remarks

called before a persisted Object is updated.

Parameters

Name Type Description
container IObjectContainer the ObjectContainer the object is stored in.

Return Value

Type Description
bool false to prevent the object from being updated.