Difference between revisions of "Activity:InvokeInterface (Activity)"
(→Usage) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | The InvokeInterface activity invokes a {{UBIK}} interface component. | ||
+ | = Description = | ||
{{ActivityInfoBox | {{ActivityInfoBox | ||
| title = Invoke Interface | | title = Invoke Interface | ||
Line 9: | Line 11: | ||
| version = 2.1.14+ | | version = 2.1.14+ | ||
}} | }} | ||
− | |||
− | ==Arguments== | + | ===Arguments=== |
{| class="wikitable sortable" | width = "50%" | {| class="wikitable sortable" | width = "50%" | ||
|- | |- | ||
Line 29: | Line 30: | ||
|} | |} | ||
− | ==Usage== | + | ===Usage=== |
This activity is used to load and invoke a programmed {{UBIK}} [[Interface|interface component]], just like the [[Enterprise Service]] would do. | This activity is used to load and invoke a programmed {{UBIK}} [[Interface|interface component]], just like the [[Enterprise Service]] would do. | ||
− | + | =Example= | |
Invoke the class ''TestClass'' from the assembly C:\temp\UBIK.Interface.Test.dll and pass two parameters: | Invoke the class ''TestClass'' from the assembly C:\temp\UBIK.Interface.Test.dll and pass two parameters: | ||
Line 48: | Line 49: | ||
From {{"parameter1", "value1"}, {"parameter2", "value2"}}</source> | From {{"parameter1", "value1"}, {"parameter2", "value2"}}</source> | ||
|} | |} | ||
+ | |||
+ | <headertabs /> | ||
==See also== | ==See also== | ||
* [[Workflow Designer]] | * [[Workflow Designer]] | ||
− | * [[InvokeWorkflow (Activity)]] | + | * [[Activity:InvokeWorkflow (Activity)]] |
[[Category:Activities]] | [[Category:Activities]] |
Latest revision as of 15:34, 4 March 2015
The InvokeInterface activity invokes a UBIK® interface component.