IdInfo Class
Information about the sublayer metadata for a feature service or a map service. More...
Header: | #include <IdInfo> |
Since: | Esri::ArcGISRuntime 100.0 |
Inherited By: | Esri::ArcGISRuntime::FeatureServiceLayerIdInfo and Esri::ArcGISRuntime::MapServiceLayerIdInfo |
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
IdInfo(Esri::ArcGISRuntime::IdInfo &&other) | |
IdInfo(const Esri::ArcGISRuntime::IdInfo &other) | |
IdInfo() | |
Esri::ArcGISRuntime::IdInfo & | operator=(Esri::ArcGISRuntime::IdInfo &&other) |
Esri::ArcGISRuntime::IdInfo & | operator=(const Esri::ArcGISRuntime::IdInfo &other) |
virtual | ~IdInfo() |
Esri::ArcGISRuntime::IdInfoType | idInfoType() const |
qint64 | infoId() const |
bool | isEmpty() const |
QString | name() const |
Detailed Description
Member Function Documentation
IdInfo::IdInfo(Esri::ArcGISRuntime::IdInfo &&other)
Move constructor from other IdInfo.
IdInfo::IdInfo(const Esri::ArcGISRuntime::IdInfo &other)
Copy constructor from other IdInfo.
IdInfo::IdInfo()
Default constructor. Creates an empty IdInfo.
Esri::ArcGISRuntime::IdInfo &IdInfo::operator=(Esri::ArcGISRuntime::IdInfo &&other)
Move operator from other IdInfo.
Esri::ArcGISRuntime::IdInfo &IdInfo::operator=(const Esri::ArcGISRuntime::IdInfo &other)
Assignment operator from other IdInfo.
[virtual]
IdInfo::~IdInfo()
Destructor.
Esri::ArcGISRuntime::IdInfoType IdInfo::idInfoType() const
Returns the type of IdInfo.
qint64 IdInfo::infoId() const
Returns the IdInfo's ID.
bool IdInfo::isEmpty() const
Returns if
this IdInfo is empty.
QString IdInfo::name() const
Returns the IdInfo's name.