GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
CreateCapabilities Class
Specific permissions for create operations.
ArcGIS Maps SDK for JavaScript
public class CreateCapabilities :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.CreateCapabilities>
Inheritance System.Object 🡒 CreateCapabilities
Implements System.IEquatable<CreateCapabilities>
Constructors
CreateCapabilities(AttachmentCapabilities, Nullable, Nullable, Nullable, Nullable) Constructor
Specific permissions for create operations.
ArcGIS Maps SDK for JavaScript
public CreateCapabilities(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
dymaptic.GeoBlazor.Core.Model.AttachmentCapabilities
The editing capabilities for attachments.
ArcGIS Maps SDK for JavaScript
Attributes
System.Nullable<System.Boolean>
Indicates whether attributes can be created on the editable layer.
ArcGIS Maps SDK for JavaScript
Enabled
System.Nullable<System.Boolean>
Indicates whether create operations are enabled on the editable layer.
ArcGIS Maps SDK for JavaScript
Geometry
System.Nullable<System.Boolean>
Indicates whether a geometry can be created 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
CreateCapabilities.Attachments Property
The editing capabilities for attachments.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.AttachmentCapabilities? Attachments { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Model.AttachmentCapabilities
CreateCapabilities.Attributes Property
Indicates whether attributes can be created on the editable layer.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Attributes { get; set; }
Property Value
System.Nullable<System.Boolean>
CreateCapabilities.Enabled Property
Indicates whether create 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>
CreateCapabilities.Geometry Property
Indicates whether a geometry can be created on the editable layer.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Geometry { get; set; }
Property Value
System.Nullable<System.Boolean>
CreateCapabilities.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; }