![]() |
NDEVR
API Documentation
|
Specialization of PropertyColumnInterface for the NDPOC calculated property enum. More...
Static Public Member Functions | |
| static constexpr TableColumn * | column (const DesignInfo *object, NDPOC property) |
| Retrieves the TableColumn pointer for a given NDPOC property. | |
| static constexpr uint04 | index (const DesignInfo *object, NDPOC) |
| Retrieves the row index for a given NDPOC property on the specified design object. | |
Specialization of PropertyColumnInterface for the NDPOC calculated property enum.
Maps each NDPOC enum value to the corresponding TableColumn in the DesignObjectBase, reusing the underlying NDPO columns but returning TranslatedString values.
Definition at line 545 of file DesignProperties.h.
|
inlinestaticconstexpr |
Retrieves the TableColumn pointer for a given NDPOC property.
| [in] | object | The design object to query. |
| [in] | property | The NDPOC property enum value. |
Definition at line 554 of file DesignProperties.h.
References author, category, creation_software, description, name, and search_terms.
|
inlinestaticconstexpr |
Retrieves the row index for a given NDPOC property on the specified design object.
| [in] | object | The design object to query. |
Definition at line 581 of file DesignProperties.h.