ConnectAction

class kanzi::connect::ConnectAction : public ForwardingAction

Public Functions

virtual ~ConnectAction()
KZ_METACLASS_PROPERTY_TYPE(MethodDescriptionProperty)
KZ_METACLASS_PROPERTY_TYPE(ServerNameProperty)
KZ_METACLASS_PROPERTY_TYPE(ServiceIdentifierProperty)

Public Static Functions

static ConnectActionSharedPtr create(Domain *domain, string_view name)
static PropertyTypeEditorInfoSharedPtr makeEditorInfo()

Public Static Attributes

static PropertyType<string> MethodDescriptionProperty
static PropertyType<string> ServerNameProperty

Server connection name that matches the connection adapter <server_name> within connection.xml.

static PropertyType<string> ServiceIdentifierProperty

Name of the service the action belongs to.