Last modified on 7 January 2015, at 12:26

RemoveFromDictionary (Activity)

Revision as of 12:26, 7 January 2015 by KNO (Talk | contribs) (Created page with "{{ActivityInfoBox | title = Remove from Dictionary | name = RemoveFromDictionary | image = | imagecaption = Activity RemoveFromDictionary | purpose = Removes an item from a d...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Remove from Dictionary
Name RemoveFromDictionary
Purpose Removes an item from a dictionary
Category Collection
Returns True if successfull
Version 2.1+

The RemoveFromDictionary activity removes an item, specified by an unique key, from a given dictionary.

Arguments

Argument Type Direction Purpose
Dictionary IDictionary<String,Object> The dictionary containing the items
Key String In The MetaProxy to load the proxy instance from
Proxy Proxy Out The loaded proxy instance
Result Boolean Out True if proxy instance has been loaded

Usage

This activity loads a proxy instance (of the given MetaProxy) for the specified target object.

Example

Load an proxy object:

Argument Value
UBIKObject Connect this argument with a variable for an UBIK object
MetaProxy Connect this argument with a variable for a MetaProxy
Proxy Connect this argument with a variable for a Proxy (out)

See also