FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member summary | |
---|---|
action<> returns boolean | isEmpty
This function allows the user to check whether the list of Extra Parameters is empty or not. |
action<string> returns boolean | hasParam
This function allows the user to check whether the specified parameter name is in the list of Extra Parameters returned from the Source/Adapter. |
action<string> returns string | getParam
This function returns information about the specified Extra Parameter name as a Extra Parameter Snapshot Item (EPSI) event. |
action<> returns dictionary<string, string> | getRaw
Returns the raw extra param value data as a key:value dictionary. |
Member detail |
---|
action<string> returns string getParamThis function returns information about the specified Extra Parameter name as a Extra Parameter Snapshot Item (EPSI) event.
action<> returns dictionary<string, string> getRawReturns the raw extra param value data as a key:value dictionary.
action<string> returns boolean hasParamThis function allows the user to check whether the specified parameter name is in the list of Extra Parameters returned from the Source/Adapter.
action<> returns boolean isEmptyThis function allows the user to check whether the list of Extra Parameters is empty or not.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |