Click or drag to resize

ChildCollectionTChildObject Constructor

Creates new list, containing all child objects which are referencing the specified parent object

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public ChildCollection(
	ObjectReference childToParentReference,
	EntityObject parentObject
)

Parameters

childToParentReference
Type: Aloe.SystemFrameworks.DomainObjectReference
The child->parent reference
parentObject
Type: Aloe.SystemFrameworks.DomainEntityObject
The parent object
See Also