Click or drag to resize

IChildCollectionAdd Method

Adds an existing domain object to the child objects collection.

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

Parameters

obj
Type: Aloe.SystemFrameworks.DomainEditableDomainObject
The object to add
See Also