Click or drag to resize

IChildCollection Interface

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public interface IChildCollection

The IChildCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the count of items in the collection
Public propertyItem
Gets the n-th referring object
Top
Methods
  NameDescription
Public methodAdd
Adds an existing domain object to the child objects collection.
Public methodDelete
Deletes the specified object and removes it from the collection.
Public methodDeleteAll
Deletes all objects and clears the collection.
Public methodGetObjects
Gets the objects in the collection.
Public methodRefreshLocal
Refreshes the object list from the locally loaded objects in the transaction.
Public methodRemove
Removes the specified object from the collection.
Top
See Also