ObjectReferenceGetOwnerChildCollection Method |
Gets the owner child collection of objects that point to the owner with the current reference.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic IChildCollection GetOwnerChildCollection(
EntityObject owner
)
Public Function GetOwnerChildCollection (
owner As EntityObject
) As IChildCollection
public:
IChildCollection^ GetOwnerChildCollection(
EntityObject^ owner
)
member GetOwnerChildCollection :
owner : EntityObject -> IChildCollection
Parameters
- owner
- Type: Aloe.SystemFrameworks.DomainEntityObject
The owner.
Return Value
Type:
IChildCollection
See Also