|
Samond Classes Library 1.1.6-RELEASE build 132
|
Class SCConfigRecord header file. More...
#import <scl/SCServiceObject.h>#import <scl/SCTypes.h>#import <scl/SCStrings.h>Go to the source code of this file.
Classes | |
| class | SCConfigRecord |
| Configuration record class. More... | |
Defines | |
| #define | SCConfigRecordClass @"SCConfigRecord" |
| SCConfigRecord class name. | |
Configuration record types support types | |
| enum | _SCConfigRecordType { SCConfigRecordGeneric = 0, SCConfigRecordString = 1, SCConfigRecordNumber = 2, SCConfigRecordBool = 3, SCConfigRecordDate = 4, SCConfigRecordConfig = 11 } |
| typedef enum _SCConfigRecordType | SCConfigRecordType |
| Configuration record type. | |
Class SCConfigRecord header file.
Contains the declaration of the class SCConfigRecord, which represens the configuration record.
File was introduced in version 1.2.0.
Configuration record type.
Type specified the type of configuration record using the enum _SCConfigRecordType constants
| enum _SCConfigRecordType |
Declares allowed constants for configuration record type SCConfigRecordType
1.7.3