Default constructor.
[explicit]
SyncLayerOption::SyncLayerOption(qint64 layerId)
Constructor using a layer ID.
Constructor using a layer ID and an option for direction in which to sync data with the service.
Copy constructor from other SyncLayerOption.
[noexcept]
SyncLayerOption::SyncLayerOption(Esri::ArcGISRuntime::SyncLayerOption &&other)
Move constructor from other SyncLayerOption.
[noexcept]
SyncLayerOption::~SyncLayerOption()
Destructor.
[since Esri::ArcGISRuntime 200.1]
Esri::ArcGISRuntime::SyncLayerOption SyncLayerOption::clone() const
Clones and returns the SyncLayerOption to a new instance.
Returns a new instance of the current SyncLayerOption.
This function was introduced in Esri::ArcGISRuntime 200.1.
bool SyncLayerOption::isEmpty() constReturns whether this SyncLayerOption is empty.
If SyncLayerOption is empty, it is not possible to change properties.
qint64 SyncLayerOption::layerId() constReturns the layer or table Id to specify the SyncDirection.
The Id must match a table of layer Id in the synchronized geodatabase.
See also setLayerId().
void SyncLayerOption::setLayerId(qint64 layerOrTableId)Sets the ID of the layer or table for which these options are defined.
The default value is -1 if SyncLayerOption is empty or 0 if it is not empty.
See also layerId().
void SyncLayerOption::setSyncDirection(Esri::ArcGISRuntime::SyncDirection syncDirection)Sets the direction in which to sync the layer's data with the service.
The default value is SyncDirection::None if SyncLayerOption is empty or SyncDirection::Bidirectional if it is not empty.
See also syncDirection().
Esri::ArcGISRuntime::SyncDirection SyncLayerOption::syncDirection() constReturns the synchronization direction for the specified layer or table Id.
The default value is SyncDirection::Bidirectional.
See also setSyncDirection().
[noexcept]
Esri::ArcGISRuntime::SyncLayerOption &SyncLayerOption::operator=(Esri::ArcGISRuntime::SyncLayerOption &&other)
Move operator from other SyncLayerOption.
Esri::ArcGISRuntime::SyncLayerOption &SyncLayerOption::operator=(const Esri::ArcGISRuntime::SyncLayerOption &other)Assignment operator from other SyncLayerOption.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4