Entity Event

Fired once for each entity retrieved.

Syntax

class ODataEntityEventParams {
public:
  const QString &Name();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void Entity(ODataEntityEventParams *e);
// Or, subclass OData and override this emitter function. virtual int FireEntity(ODataEntityEventParams *e) {...}

Remarks

The Entity event is fired once for each entity found when retrieving a service's schema (metadata document) via GetSchema.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Qt Edition - Version 20.0 [Build 8307]