dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

UpdateCapabilities Class

Specific permissions for update operations.
ArcGIS Maps SDK for JavaScript

public class UpdateCapabilities :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.UpdateCapabilities>

Inheritance System.Object 🡒 UpdateCapabilities

Implements System.IEquatable<UpdateCapabilities>

Constructors

UpdateCapabilities(AttachmentCapabilities, Nullable, Nullable, Nullable, Nullable) Constructor

Specific permissions for update operations.
ArcGIS Maps SDK for JavaScript

public UpdateCapabilities(dymaptic.GeoBlazor.Core.Model.AttachmentCapabilities? Attachments=null, System.Nullable<bool> Attributes=null, System.Nullable<bool> Enabled=null, System.Nullable<bool> Geometry=null, System.Nullable<bool> ReliesOnOwnerAdminPrivileges=null);

Parameters

Attachments AttachmentCapabilities

The editing capabilities for attachments.
ArcGIS Maps SDK for JavaScript

Attributes System.Nullable<System.Boolean>

Indicates whether attributes can be updated on the editable layer.
ArcGIS Maps SDK for JavaScript

Enabled System.Nullable<System.Boolean>

Indicates whether update operations are enabled on the editable layer.
ArcGIS Maps SDK for JavaScript

Geometry System.Nullable<System.Boolean>

Indicates whether a geometry can be updated on the editable layer.
ArcGIS Maps SDK for JavaScript

ReliesOnOwnerAdminPrivileges System.Nullable<System.Boolean>

Indicates when editing is enabled and is only due to administrative permissions.
ArcGIS Maps SDK for JavaScript

Properties

UpdateCapabilities.Attachments Property

The editing capabilities for attachments.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Model.AttachmentCapabilities? Attachments { get; set; }

Property Value

AttachmentCapabilities

UpdateCapabilities.Attributes Property

Indicates whether attributes can be updated on the editable layer.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> Attributes { get; set; }

Property Value

System.Nullable<System.Boolean>

UpdateCapabilities.Enabled Property

Indicates whether update operations are enabled on the editable layer.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> Enabled { get; set; }

Property Value

System.Nullable<System.Boolean>

UpdateCapabilities.Geometry Property

Indicates whether a geometry can be updated on the editable layer.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> Geometry { get; set; }

Property Value

System.Nullable<System.Boolean>

UpdateCapabilities.ReliesOnOwnerAdminPrivileges Property

Indicates when editing is enabled and is only due to administrative permissions.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> ReliesOnOwnerAdminPrivileges { get; set; }

Property Value

System.Nullable<System.Boolean>