dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

UniqueIdField Class

Identifies the layer's unique-id field and whether the system maintains its values.

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

Inheritance System.Object 🡒 UniqueIdField

Implements System.IEquatable<UniqueIdField>

Constructors

UniqueIdField(string, Nullable) Constructor

Identifies the layer's unique-id field and whether the system maintains its values.

public UniqueIdField(string? Name=null, System.Nullable<bool> IsSystemMaintained=null);

Parameters

Name System.String

IsSystemMaintained System.Nullable<System.Boolean>

Properties

UniqueIdField.IsSystemMaintained Property

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

Property Value

System.Nullable<System.Boolean>

UniqueIdField.Name Property

public string? Name { get; init; }

Property Value

System.String