Click or drag to resize

ChildCollectionDefinitionTChildObjectGetChildCollection Method

Creates a child collection of this type for the specified

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public ChildCollection<TChildObject> GetChildCollection(
	EntityObject parentObject
)

Parameters

parentObject
Type: Aloe.SystemFrameworks.DomainEntityObject
The parent object for which to return the child list

Return Value

Type: ChildCollectionTChildObject
The child list for the specified parent
See Also