|
FireSync API
|
Represents constraint and validity information for a general setting.

Public Member Functions | |
| kStatus | kInfo_AppendErrors (const kInfo *info, kArrayList list, const kChar *source, const kChar *field) |
| Appends violation descriptions to the given list. More... | |
| kStatus | kInfo_Init (kInfo *info) |
| Initializes a kInfo structure to default values. More... | |
| kStatus | kTempControlEx_Init (kTempControlEx *temp) |
| Initializes a kTempControlEx structure to default values. More... | |
Public Attributes | |
| kBool | isGrouped |
| Value is constrained to be the same as its peers within a group. | |
| kBool | isReadOnly |
| Value is read-only (cannot be modified). | |
| kViolation | violations |
| Constraints violated by the current value. | |