Hello,
I need to create a .NET-action in the same way as your SFTP Action group.
One action should open a connection to a measuring table controller and another e.g. should drive to a certain position. So I need to access an .NET-object from different actions.
I looked inside your SFTP implementation:
You are using
base.DesignTimeContext.ProjectObjectService.RegisterObject(..)
while (base.DesignTimeContext.ProjectObjectService.IsDuplicateObject(..)
base.DesignTimeContext.ProjectObjectService.UnRegisterObject(..);
base.Context.ProjectObjectService.GetRegisteredObject(..)
in your action, but they are not really documented, do you have an example for it?
In the action you use also a combobox, that is automatically filled up with the available connections (SFTP Connection). Do you have an script / example, how you filled up the control?
Thanks in advance
Jan