Dimensions RM
11.2.3
|
Holds information about a Dimensions RM attribute definition. More...
#include <rtmservice.h>
Public Attributes | |
xsd__int | nId:1 |
Attribute definition identifier. | |
xsd__string | sName:1 |
Attribute definition Name. | |
xsd__int | nTypeId:1 |
Attribute type identifier. | |
xsd__string | sTypeName:1 |
Attribute type name. | |
xsd__string | sDisplayName:1 |
Attribute display name. | |
xsd__string | sDefaultValue:1 |
Attribute default value. | |
xsd__boolean | bManditory:1 |
Flag if the attribute is mandatory. | |
xsd__boolean | bEditable:1 |
Flag if the attribute is editable. | |
xsd__boolean | bUnique:1 |
Flag if the attribute is unique. | |
xsd__boolean | bVisable:1 |
Flag if the attribute is visible. | |
xsd__boolean | bMultiple:1 |
Flag if the attribute can have multiple values. |
Holds information about a Dimensions RM attribute definition.
Definition at line 314 of file rtmservice.h.
Flag if the attribute is editable.
Definition at line 330 of file rtmservice.h.
Flag if the attribute is mandatory.
Definition at line 328 of file rtmservice.h.
Flag if the attribute can have multiple values.
Definition at line 336 of file rtmservice.h.
Flag if the attribute is unique.
Definition at line 332 of file rtmservice.h.
Flag if the attribute is visible.
Definition at line 334 of file rtmservice.h.
Attribute definition identifier.
Definition at line 316 of file rtmservice.h.
Attribute type identifier.
Definition at line 320 of file rtmservice.h.
Attribute default value.
Definition at line 326 of file rtmservice.h.
Attribute display name.
Definition at line 324 of file rtmservice.h.
Attribute definition Name.
Definition at line 318 of file rtmservice.h.
Attribute type name.
Definition at line 322 of file rtmservice.h.