dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

ServiceEditsIdentifierFields Class

Identifier for globalId and objectId.
ArcGIS Maps SDK for JavaScript

public class ServiceEditsIdentifierFields :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.ServiceEditsIdentifierFields>

Inheritance System.Object 🡒 ServiceEditsIdentifierFields

Implements System.IEquatable<ServiceEditsIdentifierFields>

Constructors

ServiceEditsIdentifierFields(string, string) Constructor

Identifier for globalId and objectId.
ArcGIS Maps SDK for JavaScript

public ServiceEditsIdentifierFields(string? GlobalIdField=null, string? ObjectIdField=null);

Parameters

GlobalIdField System.String

The globalId identifier.
ArcGIS Maps SDK for JavaScript

ObjectIdField System.String

The objectId identifier.
ArcGIS Maps SDK for JavaScript

Properties

ServiceEditsIdentifierFields.GlobalIdField Property

The globalId identifier.
ArcGIS Maps SDK for JavaScript

public string? GlobalIdField { get; set; }

Property Value

System.String

ServiceEditsIdentifierFields.ObjectIdField Property

The objectId identifier.
ArcGIS Maps SDK for JavaScript

public string? ObjectIdField { get; set; }

Property Value

System.String