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
Syntaxvoid Delete(
EditableDomainObject obj
)
Sub Delete (
obj As EditableDomainObject
)
void Delete(
EditableDomainObject^ obj
)
abstract Delete :
obj : EditableDomainObject -> unit
Parameters
- obj
- Type: Aloe.SystemFrameworks.DomainEditableDomainObject
The object to delete and remove.
See Also