Click or drag to resize

IChildCollectionDelete Method

Deletes the specified object and removes it from the collection.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
void Delete(
	EditableDomainObject obj
)

Parameters

obj
Type: Aloe.SystemFrameworks.DomainEditableDomainObject
The object to delete and remove.
See Also