Class
AttributeDef |
| |
QuickLinks |
AttributeDef |
Properties
| Property | Type | Access | Description |
attrType | int |
readwrite | |
choices | Strings |
readwrite | |
defValues | Strings |
readwrite | |
flags | uint |
readwrite | |
name | string |
readwrite | |
rangeMax | string |
readwrite | |
rangeMin | string |
readwrite | |
required | int |
readwrite | |
|
Methods
| ConstructorAttributeDef AttributeDef (name:
string, required:
int, flags:
uint, attrType:
int, choices:
Strings, defValues:
Strings, rangeMin:
string, rangeMax:
string)
Parameter | Type | Description |
name | string | |
required | int | |
flags | uint | |
attrType | int | |
choices | Strings | |
defValues | Strings | |
rangeMin | string | |
rangeMax | string | |
Example | new AttributeDef() |
|
Return |
AttributeDef AttributeDef.AttributeDef (name:
string, required:
int, flags:
uint, attrType:
int, choices:
Strings, defValues:
Strings, rangeMin:
string, rangeMax:
string)
|