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
Syntaxpublic ChildCollection<TChildObject> GetChildCollection(
EntityObject parentObject
)
Public Function GetChildCollection (
parentObject As EntityObject
) As ChildCollection(Of TChildObject)
public:
ChildCollection<TChildObject>^ GetChildCollection(
EntityObject^ parentObject
)
member GetChildCollection :
parentObject : EntityObject -> ChildCollection<'TChildObject>
Parameters
- parentObject
- Type: Aloe.SystemFrameworks.DomainEntityObject
The parent object for which to return the child list
Return Value
Type:
ChildCollectionTChildObjectThe child list for the specified parent
See Also