Property Event

Fired once for each property found within an entity.

Syntax

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

Remarks

The Property event is fired once for each property found within an entity after setting SchemaEntityIndex.

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