IChildrenService Interface |
A service that defines a collection of children for a given parent.
These children can either be separate objects which are related to
the parent or subcomponents which provide completely separate sets
of services in conjunction with the parent. For example,
a spacecraft (parent) may have several sensors (children) which
are each located and pointed separately with respect to the spacecraft.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public interface IChildrenService
Public Interface IChildrenService
public interface class IChildrenService
type IChildrenService = interface end
The IChildrenService type exposes the following members.
Properties
| Name | Description |
---|
| Children |
Gets a collection of children for a given parent.
|
| Descendants |
Gets all descendants for a given parent.
|
TopSee Also