Click or drag to resize

ChildCollectionDefinitionTChildObjectGetChildCollectionUntyped Method

Returns a child collection for the specified object

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

Parameters

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

Return Value

Type: IChildCollection
The child list collection

Implements

IChildCollectionDefinitionGetChildCollectionUntyped(EntityObject)
See Also