dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Options

SubtypeSublayerApplyEditsOptions Class

public class SubtypeSublayerApplyEditsOptions :
System.IEquatable<dymaptic.GeoBlazor.Core.Options.SubtypeSublayerApplyEditsOptions>

Inheritance System.Object 🡒 SubtypeSublayerApplyEditsOptions

Implements System.IEquatable<SubtypeSublayerApplyEditsOptions>

Constructors

SubtypeSublayerApplyEditsOptions(string, Nullable, Nullable, Nullable, Nullable) Constructor

public SubtypeSublayerApplyEditsOptions(string? GdbVersion=null, System.Nullable<bool> GlobalIdUsed=null, System.Nullable<bool> ReturnEditMoment=null, System.Nullable<dymaptic.GeoBlazor.Core.Enums.ReturnServiceEditsOption> ReturnServiceEditsOption=null, System.Nullable<bool> RollbackOnFailureEnabled=null);

Parameters

GdbVersion System.String

GlobalIdUsed System.Nullable<System.Boolean>

ReturnEditMoment System.Nullable<System.Boolean>

ReturnServiceEditsOption System.Nullable<ReturnServiceEditsOption>

RollbackOnFailureEnabled System.Nullable<System.Boolean>

Properties

SubtypeSublayerApplyEditsOptions.GdbVersion Property

public string? GdbVersion { get; set; }

Property Value

System.String

SubtypeSublayerApplyEditsOptions.GlobalIdUsed Property

public System.Nullable<bool> GlobalIdUsed { get; set; }

Property Value

System.Nullable<System.Boolean>

SubtypeSublayerApplyEditsOptions.ReturnEditMoment Property

public System.Nullable<bool> ReturnEditMoment { get; set; }

Property Value

System.Nullable<System.Boolean>

SubtypeSublayerApplyEditsOptions.ReturnServiceEditsOption Property

public System.Nullable<dymaptic.GeoBlazor.Core.Enums.ReturnServiceEditsOption> ReturnServiceEditsOption { get; set; }

Property Value

System.Nullable<ReturnServiceEditsOption>

SubtypeSublayerApplyEditsOptions.RollbackOnFailureEnabled Property

public System.Nullable<bool> RollbackOnFailureEnabled { get; set; }

Property Value

System.Nullable<System.Boolean>