Skip to main content

Inventory.ComponentSet

Class Inventory.ComponentSet Extends Component

A ComponentSet object represents a set of Component objects It is used to associate Components that otherwise are unrelated.

Parameters

XMLNAME

Parameter XMLNAME = "ComponentSet";

The element name used in the XML representation of the component.

XMLTYPE

Parameter XMLTYPE = "ComponentSet";

The identifier used to distinguish the type of this component in the XML representation.

Methods

Init

Method Init(scan As Scan) As ComponentSet

AddComponent

Method AddComponent(component As Component) As %Status

Adds a newcomponent to this set, represented as a subcomponent