View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004352 | Compliance Test Tool (CTT) Unified Architecture | 3 - Feature Request | public | 2018-08-01 17:46 | 2019-04-26 14:59 |
Reporter | Paul Hunkar | Assigned To | Archie Miller | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.03 | ||||
Target Version | 1.03 | ||||
Summary | 0004352: The CTT need C++ functionality IsSubtypeOfType | ||||
Description | Specifying an Object and the function needs to check whether the provided object is of that type or one of its subtypes. Input NodeID of an Item, Nodeid of a Type , returns True if is of Type return False if it not of the given type | ||||
Tags | No tags attached. | ||||
Files Affected | |||||
|
A map is created of the object model a single time, with the key being the string representation of a node id, and the value being the references. This model is stored in the main window, so it can be reused as necessary. API function will check whether provided object is type or subtype. This will work whether a type or and instance is passed in as the node id to be checked. Classes created API created JS Helper created Usage Example var result = IsSubTypeOfTypeHelper.Execute( Success: Is not subtype: Failed: } |
|
reviewed in CMP Meeting (code reviewed separately ) |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-08-01 17:46 | Paul Hunkar | New Issue | |
2018-08-01 18:05 | Paul Hunkar | Assigned To | => Archie Miller |
2018-08-01 18:05 | Paul Hunkar | Status | new => assigned |
2018-08-02 18:28 | Archie Miller | Note Added: 0009253 | |
2018-08-02 18:28 | Archie Miller | Status | assigned => resolved |
2019-01-28 14:14 | Paul Hunkar | Category | Feature Request => 3 - Feature Request |
2019-04-26 14:59 | Paul Hunkar | Status | resolved => closed |
2019-04-26 14:59 | Paul Hunkar | Resolution | open => fixed |
2019-04-26 14:59 | Paul Hunkar | Note Added: 0010226 |