Qore MewsRestDataProvider Module Reference 1.0
Loading...
Searching...
No Matches
MewsRestPreauthorizationsTableDataProvider.qc.dox.h
1// -*- mode: c++; indent-tabs-mode: nil -*-
3
26namespace MewsRestDataProvider {
29
30public:
32 const ProviderInfo = ...;
33
34
36 const EqualityListFields = ...;
37
38
40 const TableApiConfig = ...;
41
42
45
47 constructor(*hash<auto> options) ;
48
49
51 constructor(MewsRestClient rest) ;
52
53
55protected:
56 hash<DataProvider::DataProviderInfo> getStaticInfoImpl();
57public:
58
59};
60};
const ConstructorOptions
Constructor options.
Definition MewsRestDataProvider.qc.dox.h:39
The MewsRestPreauthorizationsTableDataProvider data provider class.
Definition MewsRestPreauthorizationsTableDataProvider.qc.dox.h:28
constructor(*hash< auto > options)
Creates the object from constructor options.
const TableApiConfig
Table API config.
Definition MewsRestPreauthorizationsTableDataProvider.qc.dox.h:40
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
const ConstructorOptions
Constructor options.
Definition MewsRestPreauthorizationsTableDataProvider.qc.dox.h:44
const ProviderInfo
Provider info.
Definition MewsRestPreauthorizationsTableDataProvider.qc.dox.h:32
const EqualityListFields
Fields supporting list equality comparisons.
Definition MewsRestPreauthorizationsTableDataProvider.qc.dox.h:36
constructor(MewsRestClient rest)
Creates the object from the arguments.
The MewsRestTableDataProvider data provider class.
Definition MewsRestTableDataProvider.qc.dox.h:61
Qore MewsRestDataProvider module definition.
Definition MewsRestAccountNotesTableDataProvider.qc.dox.h:26