Information about the sublayer metadata for a feature service or a map service. More...
| Header | #include <Id |
| Since | Esri |
| Inherited By | Esri |
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
| Id | |
| Id | |
| Id | |
| Esri | operator=( |
| Esri | operator=(const Esri |
| virtual | ~ |
| Esri | id |
| qint64 | info |
| bool | is |
| 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.