GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Components.Widgets
AttachmentsCapabilitiesOperation Class
Describes the configurable attachments operations.
public class AttachmentsCapabilitiesOperation :
System.IEquatable<dymaptic.GeoBlazor.Pro.Components.Widgets.AttachmentsCapabilitiesOperation>
Inheritance System.Object 🡒 AttachmentsCapabilitiesOperation
Implements System.IEquatable<AttachmentsCapabilitiesOperation>
Constructors
AttachmentsCapabilitiesOperation(bool, bool, bool) Constructor
Describes the configurable attachments operations.
public AttachmentsCapabilitiesOperation(bool Add, bool Update, bool Delete);
Parameters
Add
System.Boolean
Indicates whether to allow adding attachments. Default value is true.
Update
System.Boolean
Indicates whether to allow updating an existing attachment. Default value is true.
Delete
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 bool Add { get; set; }
Property Value
AttachmentsCapabilitiesOperation.Delete Property
Indicates whether to allow deleting an existing attachment. Default value is true.
public bool Delete { get; set; }
Property Value
AttachmentsCapabilitiesOperation.Update Property
Indicates whether to allow updating an existing attachment. Default value is true.
public bool Update { get; set; }