[This is preliminary documentation and is subject to change.]
Checks if the target IDeletable object should be deleted
Namespace: Clarion.Framework.TemplatesAssembly: 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