GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

Terminal Class

A device feature can be assigned a terminal configuration, which could have one or more terminals.
ArcGIS Maps SDK for JavaScript

public class Terminal :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.Terminal>

Inheritance System.Object 🡒 Terminal

Implements System.IEquatable<Terminal>

Constructors

Terminal(string, Nullable) Constructor

A device feature can be assigned a terminal configuration, which could have one or more terminals.
ArcGIS Maps SDK for JavaScript

public Terminal(string? Name=null, System.Nullable<long> TerminalId=null);

Parameters

Name System.String

The name of the terminal.
ArcGIS Maps SDK for JavaScript

TerminalId System.Nullable<System.Int64>

A unique numeric identifier for the terminal.
ArcGIS Maps SDK for JavaScript

Properties

Terminal.Name Property

The name of the terminal.
ArcGIS Maps SDK for JavaScript

public string? Name { get; set; }

Property Value

System.String

Terminal.TerminalId Property

A unique numeric identifier for the terminal.
ArcGIS Maps SDK for JavaScript

public System.Nullable<long> TerminalId { get; set; }

Property Value

System.Nullable<System.Int64>