dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Results
PortalQueryResult Class
Represents the result object returned from a portal query.
ArcGIS Maps SDK for JavaScript
public class PortalQueryResult :
System.IEquatable<dymaptic.GeoBlazor.Core.Results.PortalQueryResult>
Inheritance System.Object 🡒 PortalQueryResult
Implements System.IEquatable<PortalQueryResult>
Constructors
PortalQueryResult(PortalQueryParams, PortalQueryParams, IReadOnlyCollection, Nullable) Constructor
Represents the result object returned from a portal query.
ArcGIS Maps SDK for JavaScript
public PortalQueryResult(dymaptic.GeoBlazor.Core.Model.PortalQueryParams? NextQueryParams=null, dymaptic.GeoBlazor.Core.Model.PortalQueryParams? QueryParams=null, System.Collections.Generic.IReadOnlyCollection<string>? Results=null, System.Nullable<double> Total=null);
Parameters
NextQueryParams
PortalQueryParams
The query parameters for the next set of results.
ArcGIS Maps SDK for JavaScript
QueryParams
PortalQueryParams
The query parameters for the first set of results.
ArcGIS Maps SDK for JavaScript
Results
System.Collections.Generic.IReadOnlyCollection<System.String>
An array of result item objects.
ArcGIS Maps SDK for JavaScript
Total
System.Nullable<System.Double>
The total number of results.
ArcGIS Maps SDK for JavaScript
Properties
PortalQueryResult.NextQueryParams Property
The query parameters for the next set of results.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.PortalQueryParams? NextQueryParams { get; set; }
Property Value
PortalQueryResult.QueryParams Property
The query parameters for the first set of results.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.PortalQueryParams? QueryParams { get; set; }
Property Value
PortalQueryResult.Results Property
An array of result item objects.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<string>? Results { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.String>
PortalQueryResult.Total Property
The total number of results.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> Total { get; set; }