layout: default title: Domain parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Widgets
Domain Class
Domains define constraints on a layer field. There are two types of domains: coded values and range domains. This is an abstract class.
ArcGIS Maps SDK for JavaScript
public abstract class Domain : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 Domain
Derived
↳ CodedValueDomain<T>
↳ InheritedDomain
↳ RangeDomain
Properties
Domain.Name Property
The domain name.
public string? Name { get; set; }
Property Value
Domain.Type Property
The domain type.
public abstract string Type { get; }