Click or drag to resize

IChildCollectionDefinitionGetChildCollectionUntyped Method

Gets the child objects collection for the specified object

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

Parameters

parentObject
Type: Aloe.SystemFrameworks.DomainEntityObject
The object for which to get the collection

Return Value

Type: IChildCollection
The collection of child objects
See Also