ServiceDocumentInfo Class

  • ServiceDocumentInfo
  • class Esri::ArcGISRuntime::ServiceDocumentInfo

    Identification metadata about a service. More...

    Header: #include <ServiceDocumentInfo.h>
    Since: Esri::ArcGISRuntime 100.0

    Public Functions

    ServiceDocumentInfo()
    ServiceDocumentInfo(const Esri::ArcGISRuntime::ServiceDocumentInfo &other)
    ServiceDocumentInfo(Esri::ArcGISRuntime::ServiceDocumentInfo &&other)
    ~ServiceDocumentInfo()
    Esri::ArcGISRuntime::AntialiasingMode antialiasingMode() const
    QString author() const
    QString category() const
    QString comments() const
    QStringList keywords() const
    QString subject() const
    Esri::ArcGISRuntime::TextAntialiasingMode textAntialiasingMode() const
    QString title() const
    Esri::ArcGISRuntime::ServiceDocumentInfo &operator=(const Esri::ArcGISRuntime::ServiceDocumentInfo &other)
    Esri::ArcGISRuntime::ServiceDocumentInfo &operator=(Esri::ArcGISRuntime::ServiceDocumentInfo &&other)

    Detailed Description

    Read-only information about the service, such as author, title, and tags.

    Member Function Documentation

    ServiceDocumentInfo::ServiceDocumentInfo()

    Default constructor.

    ServiceDocumentInfo::ServiceDocumentInfo(const Esri::ArcGISRuntime::ServiceDocumentInfo &other)

    Copy constructor from other ServiceDocumentInfo.

    ServiceDocumentInfo::ServiceDocumentInfo(Esri::ArcGISRuntime::ServiceDocumentInfo &&other)

    Move constructor 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.

    Esri::ArcGISRuntime::ServiceDocumentInfo &ServiceDocumentInfo::operator=(const Esri::ArcGISRuntime::ServiceDocumentInfo &other)

    Assignment operator from other ServiceDocumentInfo.

    Esri::ArcGISRuntime::ServiceDocumentInfo &ServiceDocumentInfo::operator=(Esri::ArcGISRuntime::ServiceDocumentInfo &&other)

    Move operator from other ServiceDocumentInfo.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.