#include <iopcClassObjectImpl.h>
Public Member Functions | |
AttrInfo () | |
Public Attributes | |
CStdString | name |
IopcDataType | type |
CStdString | additionalInfo |
CStdString | columnName |
bool | persistent |
int | groupNo |
bool | inherited |
|
Simple constructor.
|
|
Name of the attribute.
|
|
C++ type of the attribute.
|
|
If
|
|
Name of column that is this attribute mapped to in database (name of the table is stored in TableInfo::name).
|
|
Is the attribute persistent?
|
|
Number of attribute group, that contains this attribute.
|
|
Was the attribute declared in the class that is represented by the IopcClassObjectImpl that contains this AttrInfo struct?
|