dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

AdvancedEditingCapabilities Class

Advanced editing capabilities (calculate SQL formats, async apply-edits, upload-id flows) for a Feature Service layer.

public record AdvancedEditingCapabilities : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.AdvancedEditingCapabilities>

Inheritance System.Object 🡒 AdvancedEditingCapabilities

Implements System.IEquatable<AdvancedEditingCapabilities>

Constructors

AdvancedEditingCapabilities(IReadOnlyList, Nullable, Nullable, Nullable, string, Nullable, Nullable) Constructor

Advanced editing capabilities (calculate SQL formats, async apply-edits, upload-id flows) for a Feature Service layer.

public AdvancedEditingCapabilities(System.Collections.Generic.IReadOnlyList<string>? SupportedSqlFormatsInCalculate=null, System.Nullable<bool> SupportsAsyncApplyEdits=null, System.Nullable<bool> SupportsReturnEditResults=null, System.Nullable<bool> SupportsApplyEditsByUploadId=null, string? SupportedApplyEditsUploadIdFormats=null, System.Nullable<bool> SupportsTranslation=null, System.Nullable<int> SupportsMaxTranslations=null);

Parameters

SupportedSqlFormatsInCalculate System.Collections.Generic.IReadOnlyList<System.String>

SupportsAsyncApplyEdits System.Nullable<System.Boolean>

SupportsReturnEditResults System.Nullable<System.Boolean>

SupportsApplyEditsByUploadId System.Nullable<System.Boolean>

SupportedApplyEditsUploadIdFormats System.String

SupportsTranslation System.Nullable<System.Boolean>

SupportsMaxTranslations System.Nullable<System.Int32>

Properties

AdvancedEditingCapabilities.SupportedApplyEditsUploadIdFormats Property

public string? SupportedApplyEditsUploadIdFormats { get; init; }

Property Value

System.String

AdvancedEditingCapabilities.SupportedSqlFormatsInCalculate Property

public System.Collections.Generic.IReadOnlyList<string>? SupportedSqlFormatsInCalculate { get; init; }

Property Value

System.Collections.Generic.IReadOnlyList<System.String>

AdvancedEditingCapabilities.SupportsApplyEditsByUploadId Property

public System.Nullable<bool> SupportsApplyEditsByUploadId { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedEditingCapabilities.SupportsAsyncApplyEdits Property

public System.Nullable<bool> SupportsAsyncApplyEdits { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedEditingCapabilities.SupportsMaxTranslations Property

public System.Nullable<int> SupportsMaxTranslations { get; init; }

Property Value

System.Nullable<System.Int32>

AdvancedEditingCapabilities.SupportsReturnEditResults Property

public System.Nullable<bool> SupportsReturnEditResults { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedEditingCapabilities.SupportsTranslation Property

public System.Nullable<bool> SupportsTranslation { get; init; }

Property Value

System.Nullable<System.Boolean>