layout: default title: CodedValue_T_ parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Widgets
CodedValue Class
The coded value in a domain.
ArcGIS Maps SDK for JavaScript
public class CodedValue<T> : dymaptic.GeoBlazor.Core.Components.MapComponent
Type parameters
T
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 CodedValue
Properties
CodedValue.Code Property
The value of the code.
public T? Code { get; set; }
Property Value
CodedValue.Name Property
The name of the coded value.
public string? Name { get; set; }