Contains a field name and sort order for use in a query where the results are sorted. More...
Member Function Documentation OrderBy::OrderBy()Default Constructor. Create an empty OrderBy instance.
OrderBy::OrderBy(const QString &fieldName, Esri::ArcGISRuntime::SortOrder sortOrder)Creates an instance of OrderBy providing fieldName to order by and sortOrder to be applied on the field.
OrderBy::OrderBy(const Esri::ArcGISRuntime::OrderBy &other)Copy constructor from other OrderBy.
[noexcept]
OrderBy::OrderBy(Esri::ArcGISRuntime::OrderBy &&other)
Move constructor from other OrderBy.
[noexcept]
OrderBy::~OrderBy()
Destructor
void OrderBy::clear()Clears this OrderBy and sets back to empty.
QString OrderBy::fieldName() constReturns the field name to order by.
See also setFieldName().
bool OrderBy::isEmpty() constReturns true
if this OrderBy is empty.
Sets the fieldName to order by.
See also fieldName().
void OrderBy::setSortOrder(Esri::ArcGISRuntime::SortOrder sortOrder)Sets the sortOrder to be applied to the field.
See also sortOrder().
Esri::ArcGISRuntime::SortOrder OrderBy::sortOrder() constReturns the sort order applied to the field.
See also setSortOrder().
[noexcept]
Esri::ArcGISRuntime::OrderBy &OrderBy::operator=(Esri::ArcGISRuntime::OrderBy &&other)
Move operator from other OrderBy.
Esri::ArcGISRuntime::OrderBy &OrderBy::operator=(const Esri::ArcGISRuntime::OrderBy &other)Assignment operator from other OrderBy.
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