CapeThermoSystem Class

A class that implements the ICapeThermoSystem interface and provides access to COM and .Net-based property packages available on the current computer.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[GuidAttribute("B5483FD2-E8AB-4ba4-9EA6-53BBDB77CE81")]
[ComVisibleAttribute(true)]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public abstract class CapeThermoSystem : CapeIdentification, 
	ICapeThermoSystem
Inheritance
Object    CapeIdentification    CapeThermoSystem
Implements
ICapeThermoSystem

Remarks

This class provides a list of all classes Property Packages registered with COM and all .Net-based property packages that are contained in the Global Assembly Cache.

Constructors

CapeThermoSystemCreates an instance of the CapeThermoSystem class with the name and description provided.

Properties

ComponentDescription Gets and sets the description of the component.
(Inherited from CapeIdentification)
ComponentName Gets and sets the name of the component.
(Inherited from CapeIdentification)

Methods

GetPropertyPackages Get the list of available property packages
NotifyPropertyChanged Notifies the collection that the value of a proparty of the parameter has been changed.
(Inherited from CapeIdentification)
OnComponentDescriptionChanged Occurs when the user changes of the description of a component.
(Inherited from CapeIdentification)
OnComponentNameChanged Occurs when the user changes of the description of a component.
(Inherited from CapeIdentification)
ResolvePropertyPackage Resolve a particular property package

Events

ComponentDescriptionChanged Occurs when the user changes of the description of a component.
(Inherited from CapeIdentification)
ComponentNameChanged Occurs when the user changes of the name of a component.
(Inherited from CapeIdentification)
PropertyChanged Notifies the collection that the value of a proparty of the parameter has been changed.
(Inherited from CapeIdentification)

Extension Methods

GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

Explicit Interface Implementations

ICapeThermoSystemGetPropertyPackages Get the list of available property packages
ICapeThermoSystemResolvePropertyPackage Resolve a particular property package

See Also