GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
CreateCapabilities Class
<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Model.CreateCapabilities.html”>GeoBlazor Docs</a> Specific permissions for create operations. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-support-EditorItem.html#CreateCapabilities”>ArcGIS Maps SDK for JavaScript</a>
public record CreateCapabilities : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.CreateCapabilities>
Inheritance System.Object 🡒 CreateCapabilities
Implements System.IEquatable<CreateCapabilities>
Constructors
CreateCapabilities(AttachmentCapabilities, Nullable<bool>, Nullable<bool>, Nullable<bool>, Nullable<bool>) Constructor
<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Model.CreateCapabilities.html”>GeoBlazor Docs</a> Specific permissions for create operations. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-support-EditorItem.html#CreateCapabilities”>ArcGIS Maps SDK for JavaScript</a>
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. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-support-EditorItem.html#CreateCapabilities”>ArcGIS Maps SDK for JavaScript</a>
Attributes
System.Nullable<System.Boolean>
Indicates whether attributes can be created on the editable layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-support-EditorItem.html#CreateCapabilities”>ArcGIS Maps SDK for JavaScript</a>
Enabled
System.Nullable<System.Boolean>
Indicates whether create operations are enabled on the editable layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-support-EditorItem.html#CreateCapabilities”>ArcGIS Maps SDK for JavaScript</a>
Geometry
System.Nullable<System.Boolean>
Indicates whether a geometry can be created on the editable layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-support-EditorItem.html#CreateCapabilities”>ArcGIS Maps SDK for JavaScript</a>
ReliesOnOwnerAdminPrivileges
System.Nullable<System.Boolean>
Indicates when editing is enabled and is only due to administrative permissions. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-support-EditorItem.html#CreateCapabilities”>ArcGIS Maps SDK for JavaScript</a>
Properties
CreateCapabilities.Attachments Property
The editing capabilities for attachments. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-support-EditorItem.html#CreateCapabilities”>ArcGIS Maps SDK for JavaScript</a>
public dymaptic.GeoBlazor.Core.Model.AttachmentCapabilities? Attachments { get; init; }
Property Value
dymaptic.GeoBlazor.Core.Model.AttachmentCapabilities
CreateCapabilities.Attributes Property
Indicates whether attributes can be created on the editable layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-support-EditorItem.html#CreateCapabilities”>ArcGIS Maps SDK for JavaScript</a>
public System.Nullable<bool> Attributes { get; init; }
Property Value
System.Nullable<System.Boolean>
CreateCapabilities.Enabled Property
Indicates whether create operations are enabled on the editable layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-support-EditorItem.html#CreateCapabilities”>ArcGIS Maps SDK for JavaScript</a>
public System.Nullable<bool> Enabled { get; init; }
Property Value
System.Nullable<System.Boolean>
CreateCapabilities.Geometry Property
Indicates whether a geometry can be created on the editable layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-support-EditorItem.html#CreateCapabilities”>ArcGIS Maps SDK for JavaScript</a>
public System.Nullable<bool> Geometry { get; init; }
Property Value
System.Nullable<System.Boolean>
CreateCapabilities.ReliesOnOwnerAdminPrivileges Property
Indicates when editing is enabled and is only due to administrative permissions. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-support-EditorItem.html#CreateCapabilities”>ArcGIS Maps SDK for JavaScript</a>
public System.Nullable<bool> ReliesOnOwnerAdminPrivileges { get; init; }