Click or drag to resize

EAPCollectionBaseIsMarkedForDeletion Method

Determines if this element is marked for deletion. Note that this base implementation must be overridden in order to support RemoveMarkedItems() for a partular collection.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected virtual bool IsMarkedForDeletion(
	Object item
)

Parameters

item
Type: SystemObject
The item to check.

Return Value

Type: Boolean
True if the item is marked for deletion, else False.
See Also