dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
PortalRating Class
PortalRating provides details about the rating associated with a Portal item.
ArcGIS Maps SDK for JavaScript
public class PortalRating :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.PortalRating>
Inheritance System.Object 🡒 PortalRating
Implements System.IEquatable<PortalRating>
Constructors
PortalRating(Nullable, Nullable) Constructor
PortalRating provides details about the rating associated with a Portal item.
ArcGIS Maps SDK for JavaScript
public PortalRating(System.Nullable<System.DateTime> Created=null, System.Nullable<double> Rating=null);
Parameters
Created
System.Nullable<System.DateTime>
Date the rating was added to the item.
ArcGIS Maps SDK for JavaScript
Rating
System.Nullable<System.Double>
A rating between 1.0 and 5.0 for the item.
ArcGIS Maps SDK for JavaScript
Properties
PortalRating.Created Property
Date the rating was added to the item.
ArcGIS Maps SDK for JavaScript
public System.Nullable<System.DateTime> Created { get; set; }
Property Value
System.Nullable<System.DateTime>
PortalRating.Rating Property
A rating between 1.0 and 5.0 for the item.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> Rating { get; set; }