![]() |
OTX Reference
|
|
Gets the list parameters of type eTABLE_STRUCT. More...

Public Attributes | |
| DbParameterTerm | dbParameter |
| Cardinality [1] The parameter of type eTABLE_KEY to return the List of parameters of type eTABLE_STRUCT which reference this parameter. More... | |
Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term | |
| MetaData | metaData |
| Cardinality [0..1] The MetaData type allows tools to store additional, mainly tool-specific data. More... | |
Gets the list parameters of type eTABLE_STRUCT.
The GetDbParameterTableStructParams term returns the List of parameters of type eTABLE_STRUCT which reference this parameter of type eTABLE_KEY.
The only restriction is that these parameters need to be located on the same level in the parameter hierarchy. Therefore, this method returns a list of parameters of type eTABLE_STRUCT which reference the parameter of type eTABLE_KEY. More precisely, if the parameter is a MCDDbTableParameter of type eTABLE_KEY, a list of MCDDbTableParameters of type eTABLE_STRUCT which reference this MCDDbTableParameter is returned. The list can be empty if there is no next level.
If the parameter is not of parameter type eTABLE_KEY, the InvalidTypeException exception will be thrown.
Note: The appropriate MVCI system operation is MCDDbParameter::getDbTableStructParams.
| Exceptions.InvalidTypeException | If the parameter is not of parameter type eTABLE_KEY |
| DbParameterTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbParameterTableStructParams.dbParameter |
Cardinality [1]
The parameter of type eTABLE_KEY to return the List of parameters of type eTABLE_STRUCT which reference this parameter.