Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public interface IChildrenService

The IChildrenService type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets a collection of children for a given parent.
Public propertyDescendants
Gets all descendants for a given parent.
Top
See Also