Information about the sublayer metadata for a feature service or a map service. More...
Header: | #include <IdInfo.h> |
Since: | Esri::ArcGISRuntime 100.0 |
Inherited By: | Esri::ArcGISRuntime::FeatureServiceLayerIdInfo and Esri::ArcGISRuntime::MapServiceLayerIdInfo |
Public Functions
IdInfo() | |
IdInfo(const Esri::ArcGISRuntime::IdInfo &other) | |
IdInfo(Esri::ArcGISRuntime::IdInfo &&other) | |
virtual | ~IdInfo() |
Esri::ArcGISRuntime::IdInfoType | idInfoType() const |
qint64 | infoId() const |
bool | isEmpty() const |
QString | name() const |
Esri::ArcGISRuntime::IdInfo & | operator=(const Esri::ArcGISRuntime::IdInfo &other) |
Esri::ArcGISRuntime::IdInfo & | operator=(Esri::ArcGISRuntime::IdInfo &&other) |
Detailed Description
Member Function Documentation
IdInfo::IdInfo ()
Default constructor. Creates an empty IdInfo.
IdInfo::IdInfo (const Esri::ArcGISRuntime::IdInfo &other)
Copy constructor from other IdInfo.
IdInfo::IdInfo (Esri::ArcGISRuntime::IdInfo &&other)
Move constructor 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.
Esri::ArcGISRuntime::IdInfo &IdInfo::operator=(const Esri::ArcGISRuntime::IdInfo &other)
Assignment operator from other IdInfo.
Esri::ArcGISRuntime::IdInfo &IdInfo::operator=(Esri::ArcGISRuntime::IdInfo &&other)
Move operator from other IdInfo.