layout: default title: InheritedDomain parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Widgets
InheritedDomain Class
Inherited domains apply to domains at the feature type level. It implies that the domain for a given field at the feature
type level is the same as the domain for the field at the layer level.
NOTE: Name is not used and will always be null.
public class InheritedDomain : dymaptic.GeoBlazor.Core.Components.Widgets.Domain
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 Domain 🡒 InheritedDomain
Properties
InheritedDomain.Type Property
The domain type.
public override string Type { get; }