IChildCollection Interface |
Namespace: Aloe.SystemFrameworks.Domain
The IChildCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the count of items in the collection
|
![]() | Item |
Gets the n-th referring object
|
Name | Description | |
---|---|---|
![]() | Add |
Adds an existing domain object to the child objects collection.
|
![]() | Delete |
Deletes the specified object and removes it from the collection.
|
![]() | DeleteAll |
Deletes all objects and clears the collection.
|
![]() | GetObjects |
Gets the objects in the collection.
|
![]() | RefreshLocal |
Refreshes the object list from the locally loaded objects in the transaction.
|
![]() | Remove |
Removes the specified object from the collection.
|