Change the Action Properties
-
Action: Name of the action with the following syntax: Action
-
Target: Indicates which C# member of the assembly will be invoked when this action is called inside your module. The Target syntax is as follows:
( ): Member type is one of: Constructor, Method, Property and Field. - Declaring Type: Full name of the class where the member was defined.
-
Parameters: Input and output parameters of the action created by the wizard. The Parameter syntax is as follows:
( <- <.NET_data_type> ):