2022 June Release

Class COOSYSTEM@1.1:SoftwareComponent Permanent link for this heading

Class Hierarchy

Object > SoftwareComponent

An object of this class stores a software component.

Properties Permanent link for this heading

Type

Property

Name

string

fullreference

Full Reference

string(100)

reference

Reference

Actions Permanent link for this heading

Return Type

Signature

Room

GetObjectRoom(
  out retval Room room,
  optional boolean includeself)

boolean

IsCloudAppliance(
  out retval boolean iscloudappliance)

Properties Permanent link for this heading


Full Reference (COOSYSTEM@1.1:fullreference) Permanent link for this heading

Defines the full unique name of the object, which includes the software component in case of component objects.

string COOSYSTEM@1.1:fullreference readonly


Reference (COOSYSTEM@1.1:reference) Permanent link for this heading

Defines the unique name of the object.

string(100) COOSYSTEM@1.1:reference not null readonly

Actions Permanent link for this heading


FSCTEAMROOM@1.1001:GetObjectRoom Permanent link for this heading

Action to retrieve the room of an object

Room FSCTEAMROOM@1.1001:GetObjectRoom(
  out retval Room room,
  optional boolean includeself)

Name

Description

room

the room

includeself

if the current object is a room it will return himself. By default no room will be returned for a room. This parameter has no effect for other objects.

FSCFOLIOCLOUD@1.1001:IsCloudAppliance Permanent link for this heading

Check if the current installation is a cloud appliance

boolean FSCFOLIOCLOUD@1.1001:IsCloudAppliance(
  out retval boolean iscloudappliance)

Name

Description

iscloudappliance

the result