Difference between revisions of "Activity:GetObjectsFromNamedRelation (Activity)"
Line 22: | Line 22: | ||
| RelationName || {{String_MSDN}}|| In || The name of the relation to be searched for at the parent object | | RelationName || {{String_MSDN}}|| In || The name of the relation to be searched for at the parent object | ||
|- align="left" | |- align="left" | ||
− | | RelationData || UBIKClassList<[[RelationData]]>|| Out || The list of relation data objects | + | | RelationData || [[UBIKClassList]]<[[RelationData]]>|| Out || The list of relation data objects |
|- align="left" | |- align="left" | ||
| Result || UBIKClassList<[[RelationalObject]]>|| Out || The list of child objects | | Result || UBIKClassList<[[RelationalObject]]>|| Out || The list of child objects |
Revision as of 14:57, 8 January 2015
The GetObjectsFromNamedRelation activity returns a list of child objects and its relation data via the name of an existing Relation of a given parent object.
Get Objects From Named Relation | |
---|---|
Name | GetObjectsFromNamedRelation |
Purpose | Return child objects of parent object |
Category | Relations |
Returns | List of child objects |
Version | 2.2.3 |
Arguments
Argument | Type | Direction | Purpose |
---|---|---|---|
Parent | RelationalObject | In | The parent object |
RelationName | String | In | The name of the relation to be searched for at the parent object |
RelationData | UBIKClassList<RelationData> | Out | The list of relation data objects |
Result | UBIKClassList<RelationalObject> | Out | The list of child objects |
Usage
This activity is used to get a list of child objects of the parent object via the relation name. Optional the relation data is returned.