dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Widgets
CodedValue Class
The coded value in a domain.
ArcGIS JS API
public class CodedValue : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 CodedValue
Properties
CodedValue.Code Property
The value of the code.
public string? Code { get; set; }
Property Value
CodedValue.Name Property
The name of the coded value.
public string? Name { get; set; }