REST.JsonReflect.TReverterType
Delphi
TReverterType = (rtObjects, rtStrings, rtTypeObjects, rtTypeStrings, rtObject, rtString, rtTypeObject, rtTypeString);
C++
enum DECLSPEC_DENUM TReverterType : unsigned char { rtObjects, rtStrings, rtTypeObjects, rtTypeStrings, rtObject, rtString, rtTypeObject, rtTypeString };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | REST.JsonReflect.pas REST.JsonReflect.hpp |
REST.JsonReflect | REST.JsonReflect |
Description
Type of a reverter event that determines the type of items that the event reverts.
A reverter type may indicate that an event reverts any of the following types of items:
Value | Type of item |
---|---|
|
String |
|
Array of strings |
|
Object |
|
Array of objects |
|
Field with a string as value |
|
Field with an array of strings as value |
|
Field with an object as value |
|
Field with an array of objects as value |