dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

PublishingInfo Class

This stops when the status has been determined or when the layer is destroyed. ArcGIS Maps SDK for JavaScript

public record PublishingInfo : System.IEquatable<dymaptic.GeoBlazor.Core.Model.PublishingInfo>

Inheritance System.Object 🡒 PublishingInfo

Implements System.IEquatable<PublishingInfo>

Constructors

PublishingInfo(Nullable, Nullable) Constructor

This stops when the status has been determined or when the layer is destroyed. ArcGIS Maps SDK for JavaScript

public PublishingInfo(System.Nullable<dymaptic.GeoBlazor.Core.Enums.Status> Status=null, System.Nullable<bool> Updating=null);

Parameters

Status System.Nullable<Status>

Layer's publishing status while the layer is being published to the portal. default "unknown" ArcGIS Maps SDK for JavaScript

Updating System.Nullable<System.Boolean>

Indicates if the layer's status is still being updated. default false ArcGIS Maps SDK for JavaScript

Properties

PublishingInfo.Status Property

Layer's publishing status while the layer is being published to the portal. default "unknown" ArcGIS Maps SDK for JavaScript

public System.Nullable<dymaptic.GeoBlazor.Core.Enums.Status> Status { get; init; }

Property Value

System.Nullable<Status>

PublishingInfo.Updating Property

Indicates if the layer's status is still being updated. default false ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> Updating { get; init; }

Property Value

System.Nullable<System.Boolean>