Identification metadata about a service. More...
| Header | #include <Service |
| Since | Esri |
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
| Service | |
| Service | |
| Service | |
| Esri | operator=( |
| Esri | operator=(const Esri |
| ~ | |
| Esri | antialiasing |
| QString | author() const |
| QString | category() const |
| QString | comments() const |
| QString | keywords() const |
| QString | subject() const |
| Esri | text |
| QString | title() const |
Detailed Description
Read-only information about the service, such as author, title, and tags.
Member Function Documentation
ServiceDocumentInfo::ServiceDocumentInfo (Esri::ArcGISRuntime::ServiceDocumentInfo &&other)
Move constructor from other ServiceDocumentInfo.
ServiceDocumentInfo::ServiceDocumentInfo (const Esri::ArcGISRuntime::ServiceDocumentInfo &other)
Copy constructor from other ServiceDocumentInfo.
ServiceDocumentInfo::ServiceDocumentInfo ()
Default constructor.
Esri::ArcGISRuntime::ServiceDocumentInfo &ServiceDocumentInfo::operator=(Esri::ArcGISRuntime::ServiceDocumentInfo &&other)
Move operator from other ServiceDocumentInfo.
Esri::ArcGISRuntime::ServiceDocumentInfo &ServiceDocumentInfo::operator=(const Esri::ArcGISRuntime::ServiceDocumentInfo &other)
Assignment operator from other ServiceDocumentInfo.
ServiceDocumentInfo::~ServiceDocumentInfo ()
Destructor.
Esri::ArcGISRuntime::AntialiasingMode ServiceDocumentInfo::antialiasingMode () const
Returns the antialiasingMode of the service.
QString ServiceDocumentInfo::author() const
Returns the author of the service.
QString ServiceDocumentInfo::category() const
Returns the category of the service.
QString ServiceDocumentInfo::comments() const
Returns the comments of the service.
QStringList ServiceDocumentInfo::keywords() const
Returns the keywords of the service as a list of strings.
QString ServiceDocumentInfo::subject() const
Returns the subject of the service.
Esri::ArcGISRuntime::TextAntialiasingMode ServiceDocumentInfo::textAntialiasingMode () const
Returns the textAntialiasingMode of the service.
QString ServiceDocumentInfo::title() const
Returns the title of the service as a string.