|
Adaptive Framework
0.9.0
|
Struct for afw_model_object_type_t property_type_other member. More...
#include <afw_model_internal.h>
Data Fields | |
| const afw_model_t * | model |
| Model containing this object type. | |
| const afw_value_compiled_value_t * | compiled_value |
| Compiled value for this object type. | |
| const afw_utf8_t * | object_type_path |
| Object type path. | |
| const afw_value_t * | object_type_path_value |
| Object type path value. | |
| const afw_utf8_t * | object_type_id |
| Object type id. | |
| const afw_value_t * | object_type_id_value |
| Object type id value. | |
| const afw_object_t * | object_type_object |
| Property type object. | |
| const afw_value_t * | object_type_object_value |
| Property type object value. | |
| const afw_model_object_type_t ** | parents |
| NULL terminated list of parents. | |
| const afw_model_object_type_t ** | descendants |
| NULL terminated list of descendants. | |
| const afw_utf8_t * | description_property_name |
| descriptionPropertyName. | |
| const afw_value_t * | description_property_name_value |
| descriptionPropertyName value. | |
| const afw_utf8_t * | object_id_property_name |
| objectIdPropertyName. | |
| const afw_value_t * | object_id_property_name_value |
| objectIdPropertyName value. | |
| const afw_model_property_type_t ** | property_type |
| NULL terminated list of property types for this object type. | |
| const afw_model_property_type_t * | property_type_other |
| Property type for other properties. | |
| const afw_object_t * | custom_variables |
| Custom variables. | |
| const afw_value_t * | onGetInitialObjectId |
| onGetInitialObjectId or NULL. | |
| const afw_utf8_t * | mapped_object_type_id |
| mapped object type. | |
| const afw_value_t * | mapped_object_type_id_value |
| mappedObjectType value. | |
| const afw_value_t * | onAddObject |
| onAddObject or NULL. | |
| const afw_value_t * | onDeleteObject |
| onDeleteObject or NULL. | |
| const afw_value_t * | onGetObject |
| onGetObject or NULL. | |
| const afw_value_t * | onModifyObject |
| onModifyObject or NULL. | |
| const afw_value_t * | onReplaceObject |
| onReplaceObject or NULL. | |
| const afw_value_t * | onRetrieveObjects |
| onRetrieveObjects or NULL. | |
Struct for afw_model_object_type_t property_type_other member.
Definition at line 181 of file afw_model_internal.h.