ConnectAction¶
-
class
kanzi::connect::ConnectAction: public ForwardingAction¶ Public Functions
-
ConnectAction(Domain *domain, string_view name)¶
-
~ConnectAction()¶
-
KZ_METACLASS_PROPERTY_TYPE(ServerNameProperty)¶
-
KZ_METACLASS_PROPERTY_TYPE(ServiceIdentifierProperty)¶
-
KZ_METACLASS_PROPERTY_TYPE(MethodDescriptionProperty)¶
Public Static Functions
-
ConnectActionSharedPtr
create(Domain *domain, string_view name)¶
-
PropertyTypeEditorInfoSharedPtr
makeEditorInfo()¶
Public Static Attributes
-
PropertyType<string>
MethodDescriptionProperty¶
-
PropertyType<string>
ServerNameProperty¶ Server connection name that matches the connection adapter <server_name> within connection.xml.
-
PropertyType<string>
ServiceIdentifierProperty¶ Name of the service the action belongs to.
-