Difference between revisions of "Activity:GetCustomizedSystemObject (Activity)"
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | The GetCustomizedSystemObject Activity gets the custom object representing a {{UBIK}} system object. The activity is generic, which means the user has to define the type of the output variable at design time. | ||
+ | |||
+ | =Description= | ||
{{ActivityInfoBox | {{ActivityInfoBox | ||
| title = Get CustomizedSystem Object | | title = Get CustomizedSystem Object | ||
Line 9: | Line 12: | ||
| version = 2.2+ | | version = 2.2+ | ||
}} | }} | ||
− | |||
− | + | ===Arguments=== | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | ==Arguments== | + | |
{| class="wikitable sortable" | width = "50%" | {| class="wikitable sortable" | width = "50%" | ||
Line 22: | Line 19: | ||
! Argument !! Type !! Direction !! Purpose | ! Argument !! Type !! Direction !! Purpose | ||
|- align="left" | |- align="left" | ||
− | | SystemObject|| UBIK.Kernel.SystemObjects || In || The system object that is represented by the custom object | + | | SystemObject|| [[UBIK.Kernel.SystemObjects]] || In || The system object that is represented by the custom object |
|- align="left" | |- align="left" | ||
− | | UBIKObject|| BaseClass || In || The object where the property should be evaluated from | + | | UBIKObject|| [[BaseClass]] || In || The object where the property should be evaluated from |
|- align="left" | |- align="left" | ||
− | | Success|| | + | | Success|| {{Boolean_MSDN}}|| Out || True, if retrieving the object was successful |
|- align="left" | |- align="left" | ||
| Result|| T|| Out || The customizing object | | Result|| T|| Out || The customizing object | ||
|} | |} | ||
− | ==Usage== | + | ===Usage=== |
− | + | ||
This activity is used to read a value of a property of an object, where the property is identified by its name. The value is passed as an OutArgument for further processing. | This activity is used to read a value of a property of an object, where the property is identified by its name. The value is passed as an OutArgument for further processing. | ||
− | + | =Example= | |
− | + | ||
− | + | ||
Get the customizing object of a given object: | Get the customizing object of a given object: | ||
Line 52: | Line 46: | ||
| Success|| Connect this argument with an output boolean variable containing the success | | Success|| Connect this argument with an output boolean variable containing the success | ||
|} | |} | ||
+ | |||
+ | <!-- DO NOT REMOVE THIS -->{{Activity/End}}<!-- DO NOT REMOVE THIS --> | ||
==See also== | ==See also== | ||
* [[Workflow Designer]] | * [[Workflow Designer]] | ||
− | * [[SetPropertyValue (Activity)]] | + | * [[Activity:SetPropertyValue (Activity)]] |
− | + | [[Category:Activities]] |
Latest revision as of 09:59, 4 November 2015
The GetCustomizedSystemObject Activity gets the custom object representing a UBIK® system object. The activity is generic, which means the user has to define the type of the output variable at design time.