ClassProxy

See also

SAMSON API: SBCClassProxy

class samson.Core.Class.ClassProxy

Bases: pybind11_builtins.pybind11_object

This class describes a class proxy.

getInterface(self: samson.Core.Class.ClassProxy) SBCClassInterface

Returns the interface of the class

property GUIShortcut

Returns the shortcut of the GUI of the class

property GUIUUID

Returns the UUID of the GUI of the class

property SDKVersionNumber

Returns the version number of the SAMSON SDK used to compile the class

property UUID

Returns the UUID of the class

property description

Returns the description of the class

property element

Returns the SAMSON Element containing the class

property elementUUID

Returns the UUID of the SAMSON Element containing the class

property iconFileName

Returns the file name of the class icon

property isDiscoverable

Returns true if can be discovered by the user

property minimumUserPlan

Returns the minimum user plan required to use this class

property name

Returns the name of the class

property publicName

Returns the public name of the class

property shortcut

Returns the shortcut of the class

property tooltip

Returns the tooltip of the class

property type

Returns the type of the class

property versionNumber

Returns the version number of the class