Base class for all composite elements in the Instrumentation Model Kit.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public abstract class Composite : Element, 
	ICompositeElement, IElement
Visual Basic (Declaration)
Public MustInherit Class Composite _
	Inherits Element _
	Implements ICompositeElement, IElement
Visual C++
public ref class Composite abstract : public Element, 
	ICompositeElement, IElement

Inheritance Hierarchy

See Also