Public Member Functions | |
| LegacySubIDsEntry (AZ::s64 subIDsEntryID, AZ::s64 productPK, AZ::u32 subId) | |
| LegacySubIDsEntry (AZ::s64 productPK, AZ::u32 subId) | |
| bool | operator== (const LegacySubIDsEntry &other) const |
| auto | GetColumns () |
Public Attributes | |
| AZ::s64 | m_subIDsEntryID = InvalidEntryId |
| AZ::s64 | m_productPK = InvalidEntryId |
| AZ::u32 | m_subID = 0 |