ChildCollectionTChildObject Constructor |
Creates new list, containing all child objects which are referencing the specified parent object
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection(
ObjectReference childToParentReference,
EntityObject parentObject
)
Public Sub New (
childToParentReference As ObjectReference,
parentObject As EntityObject
)
public:
ChildCollection(
ObjectReference^ childToParentReference,
EntityObject^ parentObject
)
new :
childToParentReference : ObjectReference *
parentObject : EntityObject -> ChildCollection
Parameters
- childToParentReference
- Type: Aloe.SystemFrameworks.DomainObjectReference
The child->parent reference - parentObject
- Type: Aloe.SystemFrameworks.DomainEntityObject
The parent object
See Also