GeoBlazor Pro
layout: pro title: AttachmentsCapabilitiesOperation parent: Pro Classes grand_parent: GeoBlazor Pro —
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Components.Widgets
AttachmentsCapabilitiesOperation Class
Describes the configurable attachments operations.
public class AttachmentsCapabilitiesOperation : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 dymaptic.GeoBlazor.Core.Components.MapComponent 🡒 AttachmentsCapabilitiesOperation
Constructors
AttachmentsCapabilitiesOperation(Nullable, Nullable, Nullable) Constructor
Describes the configurable attachments operations.
public AttachmentsCapabilitiesOperation(System.Nullable<bool> add=null, System.Nullable<bool> update=null, System.Nullable<bool> delete=null);
Parameters
add
System.Nullable<System.Boolean>
Indicates whether to allow adding attachments. Default value is true.
update
System.Nullable<System.Boolean>
Indicates whether to allow updating an existing attachment. Default value is true.
delete
System.Nullable<System.Boolean>
Indicates whether to allow deleting an existing attachment. Default value is true.
Properties
AttachmentsCapabilitiesOperation.Add Property
Indicates whether to allow adding attachments. Default value is true.
public System.Nullable<bool> Add { get; set; }
Property Value
System.Nullable<System.Boolean>
AttachmentsCapabilitiesOperation.Delete Property
Indicates whether to allow deleting an existing attachment. Default value is true.
public System.Nullable<bool> Delete { get; set; }
Property Value
System.Nullable<System.Boolean>
AttachmentsCapabilitiesOperation.Update Property
Indicates whether to allow updating an existing attachment. Default value is true.
public System.Nullable<bool> Update { get; set; }