Difference between revisions of "Extensions.DiagDataBrowsingPlus.GetDbObjectDescription"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{DISPLAYTITLE:OTX '''GetDbObjectDescription'''}}[[Category:DiagDataBrowsingPlus]] | {{DISPLAYTITLE:OTX '''GetDbObjectDescription'''}}[[Category:DiagDataBrowsingPlus]] | ||
== Classification == | == Classification == | ||
− | {{ClassificationActivity | GetDbObjectDescription | Gets the description of the [[Extensions.DiagDataBrowsingPlus. | + | {{ClassificationActivity | GetDbObjectDescription | Gets the description of the [[Extensions.DiagDataBrowsingPlus.DbObject|DbObject]] | [[Term]] | [[Extensions.DiagDataBrowsingPlus|OTX DiagDataBrowsingPlus extension]] | [[Extensions.DiagDataBrowsingPlus|DbObject related terms]] | NONE | - }} |
== OTL Syntax == | == OTL Syntax == |
Revision as of 05:06, 12 September 2018
Classification
Name | GetDbObjectDescription |
Short Description | Gets the description of the DbObject |
Class | Term |
Extension | OTX DiagDataBrowsingPlus extension |
Group | DbObject related terms |
Exceptions | NONE |
Checker Rules | - |
Standard Compliant | Yes |
OTL Syntax
StringTerm = DiagDataBrowsingPlus.GetDbObjectDescription(DbObjectTerm);
Description
GetDbObjectDescription returns the Description of the [[Extensions.DiagDataBrowsingPlus.dbObject|dbObject] which can also be empty (Description is not mandatory).
![]()
NOTE — The appropriate MVCI system operation is MCDNamedObject::getDescription
{{TermReturnValue| String | Returns Description of the [[Extensions.DiagDataBrowsingPlus.dbObject|dbObject].}}
Properties
Name | Data Type | Class | Default | Cardinality | Description
{{TableRowPropertie2| dbObject | [[Extensions.DiagDataBrowsingPlus.dbObject|dbObject] | Term | - | [1..1] |The element addresses the [[Extensions.DiagDataBrowsingPlus.dbObject|dbObject] whose description shall be returned.}} |
OTL Examples
String MyString;
DiagDataBrowsingPlus.DbComChannel dbObject;
/// Flow
dbObject = DiagDataBrowsingPlus.GetDbComChannel("EV_ACCBOSCHAU65X_001", "LL_AdaptCruisContrUDS");
MyString = DiagDataBrowsingPlus.GetDbObjectDescription(dbObject);
See also
GetDbComChannel
DbDiagService
DbDiagTroubleCode
DbEnvDataDesc
DbFaultMemory
DbParameter
DbRequest
DbResponse
DbSpecialDataGroup
DbSubComponent
DbTable