Difference between revisions of "Activity:GetCustomizedSystemObject (Activity)"
| Line 10: | Line 10: | ||
}} | }} | ||
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. | 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. | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==Arguments== | ==Arguments== | ||
| Line 24: | Line 19: | ||
| 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 | ||
Revision as of 14:56, 8 January 2015
| Get CustomizedSystem Object | |
|---|---|
| Name | GetCustomizedSystemObject |
| Purpose | Gets the customized object that can be used to represent a systemobject |
| Category | Object Primitives |
| Returns | The custom object |
| Version | 2.2+ |
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.
Contents
Arguments
| Argument | Type | Direction | Purpose |
|---|---|---|---|
| SystemObject | UBIK.Kernel.SystemObjects | In | The system object that is represented by the custom object |
| UBIKObject | BaseClass | In | The object where the property should be evaluated from |
| Success | Boolean | Out | True, if retrieving the object was successful |
| Result | T | Out | The customizing object |
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.
Example
Get the customizing object of a given object:
| Argument | Value |
|---|---|
| UBIKObject | Connect this argument with a variable |
| SystemObject | UBIK.Kernel.SystemObjects.METACLASSSCOPE |
| Result | Connect this argument with an output variable containing the customizing object |
| Success | Connect this argument with an output boolean variable containing the success |
