REST.Backend.EMSApi.TEMSClientAPI.TJSONNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

    TJSONNames = record
    public const
      UserName = 'username';
      Password = 'password';
      SessionToken = 'sessionToken';
      Error = 'error';
      Description = 'description';
      UserID = '_id';
      GroupName = 'groupname';
      InstallationID = '_id';
      MetaData = '_meta';
      MetaCreated = 'created';
      MetaUpdated = 'updated';
      MetaCreator = 'creator';
      PushWhere = 'where';
      PushChannels = 'channels';
      PushData = 'data';
      PushBadge = 'badge';
      FieldName = 'name';
      FieldCustom = 'custom';
      FieldFields = 'fields';
      ModuleID = '_id';
      ResourceModuleID = 'moduleid';
      ModuleName = 'modulename';
      Protocol = 'protocol';
      ResourceName = 'resourcename';
      ProtocolProps = 'protocolprops';
      Resources = 'resources';
    end;

C++

struct DECLSPEC_DRECORD TJSONNames
{
public:
    #define TEMSClientAPI_TJSONNames_UserName L"username"
    #define TEMSClientAPI_TJSONNames_Password L"password"
    #define TEMSClientAPI_TJSONNames_SessionToken L"sessionToken"
    #define TEMSClientAPI_TJSONNames_Error L"error"
    #define TEMSClientAPI_TJSONNames_Description L"description"
    #define TEMSClientAPI_TJSONNames_UserID L"_id"
    #define TEMSClientAPI_TJSONNames_GroupName L"groupname"
    #define TEMSClientAPI_TJSONNames_InstallationID L"_id"
    #define TEMSClientAPI_TJSONNames_MetaData L"_meta"
    #define TEMSClientAPI_TJSONNames_MetaCreated L"created"
    #define TEMSClientAPI_TJSONNames_MetaUpdated L"updated"
    #define TEMSClientAPI_TJSONNames_MetaCreator L"creator"
    #define TEMSClientAPI_TJSONNames_PushWhere L"where"
    #define TEMSClientAPI_TJSONNames_PushChannels L"channels"
    #define TEMSClientAPI_TJSONNames_PushData L"data"
    #define TEMSClientAPI_TJSONNames_PushBadge L"badge"
    #define TEMSClientAPI_TJSONNames_FieldName L"name"
    #define TEMSClientAPI_TJSONNames_FieldCustom L"custom"
    #define TEMSClientAPI_TJSONNames_FieldFields L"fields"
    #define TEMSClientAPI_TJSONNames_ModuleID L"_id"
    #define TEMSClientAPI_TJSONNames_ResourceModuleID L"moduleid"
    #define TEMSClientAPI_TJSONNames_ModuleName L"modulename"
    #define TEMSClientAPI_TJSONNames_Protocol L"protocol"
    #define TEMSClientAPI_TJSONNames_ResourceName L"resourcename"
    #define TEMSClientAPI_TJSONNames_ProtocolProps L"protocolprops"
    #define TEMSClientAPI_TJSONNames_Resources L"resources"
};

Properties

Type Visibility Source Unit Parent
record
struct
public
REST.Backend.EMSApi.pas
REST.Backend.EMSApi.hpp
REST.Backend.EMSApi TEMSClientAPI

Description

Embarcadero Technologies does not currently have any additional information.