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
SyntaxIChildCollection GetChildCollectionUntyped(
EntityObject parentObject
)
Function GetChildCollectionUntyped (
parentObject As EntityObject
) As IChildCollection
IChildCollection^ GetChildCollectionUntyped(
EntityObject^ parentObject
)
abstract GetChildCollectionUntyped :
parentObject : EntityObject -> IChildCollection
Parameters
- parentObject
- Type: Aloe.SystemFrameworks.DomainEntityObject
The object for which to get the collection
Return Value
Type:
IChildCollectionThe collection of child objects
See Also