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
Syntaxpublic IChildCollection GetChildCollectionUntyped(
EntityObject parentObject
)
Public Function GetChildCollectionUntyped (
parentObject As EntityObject
) As IChildCollection
public:
virtual IChildCollection^ GetChildCollectionUntyped(
EntityObject^ parentObject
) sealed
abstract GetChildCollectionUntyped :
parentObject : EntityObject -> IChildCollection
override GetChildCollectionUntyped :
parentObject : EntityObject -> IChildCollection
Parameters
- parentObject
- Type: Aloe.SystemFrameworks.DomainEntityObject
The object for which to return the child lists
Return Value
Type:
IChildCollectionThe child list collection
Implements
IChildCollectionDefinitionGetChildCollectionUntyped(EntityObject)
See Also