xpfIsAssociatedValue
FUNCTION xpfIsAssociatedValue(instanceHashTableIndex : INTEGER; instanceIdOrAggrId : GENERIC; associatedValue : GENERIC) isAssociatedValue : BOOLEAN;
Function to check if a given instanceId or aggregateId is an associate value of a specified element in the given EDMinstanceHashTable. This function is only applicable for EDMinstanceHashTables of type INSTANCE_HASH_TABLE_WITH_ASSOCIATED_VALUE and INSTANCE_HASH_TABLE_WITH_MULTIPLE_ASSOCIATED_VALUES
Â
Arguments
1 | Type | Name | Comment |
2 | INTEGER | instanceHashTableIndex | An integer value that identifies the actual EDMinstanceHashTable. This "instanceHashTableIndex" is returned when the |
3 | GENERIC | instanceIdOrAggrId | An instanceId or an aggregateId that identifies the actual element in the EDMinstanceHashTable . |
4 | INTEGER | associatedValue | An instanceId or an aggregateId that defines the actual "associatedValue" to be search for. |
Return Value
Â
Type | Name | Comment |
BOOLEAN | isAssociatedValue | The function return TRUE if the given instanceId or aggregateId is an associate value of the specified element in the actual EDMinstanceHashTable, else FALSE is returned. Exception handling should be used to handle error conditions in the actual xpfIsAssociatedValue() operation. |
Options
Â
Example
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â