dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
ValidationSetItemJSON Class
ValidationSetItemJSON represents the set of features and objects to validate.
ArcGIS Maps SDK for JavaScript
public class ValidationSetItemJSON :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.ValidationSetItemJSON>
Inheritance System.Object 🡒 ValidationSetItemJSON
Implements System.IEquatable<ValidationSetItemJSON>
Constructors
ValidationSetItemJSON(IReadOnlyCollection, Nullable) Constructor
ValidationSetItemJSON represents the set of features and objects to validate.
ArcGIS Maps SDK for JavaScript
public ValidationSetItemJSON(System.Collections.Generic.IReadOnlyCollection<string>? GlobalIds=null, System.Nullable<long> SourceId=null);
Parameters
GlobalIds
System.Collections.Generic.IReadOnlyCollection<System.String>
An array of globalId strings to validate.
ArcGIS Maps SDK for JavaScript
SourceId
System.Nullable<System.Int64>
The network source id of the.
ArcGIS Maps SDK for JavaScript
Properties
ValidationSetItemJSON.GlobalIds Property
An array of globalId strings to validate.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<string>? GlobalIds { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.String>
ValidationSetItemJSON.SourceId Property
The network source id of the.
ArcGIS Maps SDK for JavaScript
public System.Nullable<long> SourceId { get; set; }