[This is preliminary documentation and is subject to change.]

Checks if the target IDeletable object should be deleted

Namespace: Clarion.Framework.Templates
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public delegate bool DeletionChecker(
	long timeStamp,
	IDeletable target
)

Parameters

timeStamp
Type: System..::..Int64
The current time stamp
target
Type: Clarion.Framework.Templates..::..IDeletable
(optional) The target whose criteria for deletion is being checked

Return Value

True if the target should be deleted, otherwise false

See Also