GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Components.Layers

CatalogLayer Class

CatalogLayer points to different portal items and services, helping you to better organize and manage your data.
ArcGIS Maps SDK for JavaScript

public class CatalogLayer : dymaptic.GeoBlazor.Pro.Components.Layers.ProLayer,
dymaptic.GeoBlazor.Core.Interfaces.IAPIKeyMixin,
dymaptic.GeoBlazor.Core.Interfaces.IMapComponent,
dymaptic.GeoBlazor.Core.Interfaces.IBlendLayer,
dymaptic.GeoBlazor.Core.Interfaces.ICustomParametersMixin,
dymaptic.GeoBlazor.Core.Interfaces.IDisplayFilteredLayer,
dymaptic.GeoBlazor.Core.Interfaces.IFeatureLayerBase,
dymaptic.GeoBlazor.Core.Interfaces.IFeatureSetLayer,
dymaptic.GeoBlazor.Core.Interfaces.ILayerParent,
dymaptic.GeoBlazor.Core.Interfaces.IOperationalLayer,
dymaptic.GeoBlazor.Core.Interfaces.IOrderedLayer,
dymaptic.GeoBlazor.Core.Interfaces.IPortalLayer,
dymaptic.GeoBlazor.Core.Interfaces.IRefreshableLayer,
dymaptic.GeoBlazor.Core.Interfaces.IScaleRangeLayer,
dymaptic.GeoBlazor.Core.Interfaces.ITemporalLayer

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 dymaptic.GeoBlazor.Core.Components.MapComponent 🡒 dymaptic.GeoBlazor.Core.Components.Layers.Layer 🡒 ProLayer 🡒 CatalogLayer

Implements dymaptic.GeoBlazor.Core.Interfaces.IAPIKeyMixin, dymaptic.GeoBlazor.Core.Interfaces.IMapComponent, dymaptic.GeoBlazor.Core.Interfaces.IBlendLayer, dymaptic.GeoBlazor.Core.Interfaces.ICustomParametersMixin, dymaptic.GeoBlazor.Core.Interfaces.IDisplayFilteredLayer, dymaptic.GeoBlazor.Core.Interfaces.IFeatureLayerBase, dymaptic.GeoBlazor.Core.Interfaces.IFeatureSetLayer, dymaptic.GeoBlazor.Core.Interfaces.ILayerParent, dymaptic.GeoBlazor.Core.Interfaces.IOperationalLayer, dymaptic.GeoBlazor.Core.Interfaces.IOrderedLayer, dymaptic.GeoBlazor.Core.Interfaces.IPortalLayer, dymaptic.GeoBlazor.Core.Interfaces.IRefreshableLayer, dymaptic.GeoBlazor.Core.Interfaces.IScaleRangeLayer, dymaptic.GeoBlazor.Core.Interfaces.ITemporalLayer

Constructors

CatalogLayer() Constructor

Parameterless constructor for use as a Razor Component.

public CatalogLayer();

CatalogLayer(string, string, Nullable, string, Dictionary<string,object>, string, string, string, Nullable, DisplayFilterInfo, Effect, FeatureLayerBaseElevationInfo, LayerFloorInfo, Extent, string, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, string, Nullable, IReadOnlyList, IReadOnlyList, Nullable, PortalItem, Nullable, Nullable, Nullable, string, SpatialReference, TimeExtent, TimeInfo, TimeInterval, string, string, Nullable, TimeExtent, Nullable) Constructor

Constructor for use in C# code. Use named parameters (e.g., item1: value1, item2: value2) to set properties in any order.

public CatalogLayer(string? apiKey=null, string? arcGISLayerId=null, System.Nullable<dymaptic.GeoBlazor.Core.Enums.BlendMode> blendMode=null, string? copyright=null, System.Collections.Generic.Dictionary<string,object>? customParameters=null, string? dateFieldsTimeZone=null, string? definitionExpression=null, string? displayField=null, System.Nullable<bool> displayFilterEnabled=null, dymaptic.GeoBlazor.Core.Components.DisplayFilterInfo? displayFilterInfo=null, dymaptic.GeoBlazor.Core.Model.Effect? effect=null, dymaptic.GeoBlazor.Core.Components.FeatureLayerBaseElevationInfo? elevationInfo=null, dymaptic.GeoBlazor.Core.Components.LayerFloorInfo? floorInfo=null, dymaptic.GeoBlazor.Core.Components.Geometries.Extent? fullExtent=null, string? gdbVersion=null, System.Nullable<bool> hasM=null, System.Nullable<bool> hasZ=null, System.Nullable<System.DateTime> historicMoment=null, System.Nullable<bool> isBasemapReferenceLayer=null, System.Nullable<int> layerIndex=null, System.Nullable<bool> legendEnabled=null, System.Nullable<dymaptic.GeoBlazor.Core.Enums.ListMode> listMode=null, System.Nullable<double> maxScale=null, System.Nullable<double> minScale=null, string? objectIdField=null, System.Nullable<double> opacity=null, System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.OrderByInfo>? orderBy=null, System.Collections.Generic.IReadOnlyList<string>? outFields=null, System.Nullable<bool> persistenceEnabled=null, dymaptic.GeoBlazor.Core.Components.PortalItem? portalItem=null, System.Nullable<double> refreshInterval=null, System.Nullable<bool> returnM=null, System.Nullable<bool> returnZ=null, string? sourceJSON=null, dymaptic.GeoBlazor.Core.Components.SpatialReference? spatialReference=null, dymaptic.GeoBlazor.Core.Components.TimeExtent? timeExtent=null, dymaptic.GeoBlazor.Core.Components.TimeInfo? timeInfo=null, dymaptic.GeoBlazor.Core.Components.TimeInterval? timeOffset=null, string? title=null, string? url=null, System.Nullable<bool> useViewTime=null, dymaptic.GeoBlazor.Core.Components.TimeExtent? visibilityTimeExtent=null, System.Nullable<bool> visible=null);

Parameters

apiKey System.String

An authorization string used to access a resource or service.
ArcGIS Maps SDK for JavaScript

arcGISLayerId System.String

The unique ID assigned to the layer.
ArcGIS Maps SDK for JavaScript

blendMode System.Nullable<dymaptic.GeoBlazor.Core.Enums.BlendMode>

Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.
default normal
ArcGIS Maps SDK for JavaScript

copyright System.String

Copyright information for the layer.
ArcGIS Maps SDK for JavaScript

customParameters System.Collections.Generic.Dictionary<System.String,System.Object>

A list of custom parameters appended to the URL of all resources fetched by the layer.
ArcGIS Maps SDK for JavaScript

dateFieldsTimeZone System.String

The time zone that dates are stored in.
ArcGIS Maps SDK for JavaScript

definitionExpression System.String

The SQL where clause used to filter features on the client.
ArcGIS Maps SDK for JavaScript

displayField System.String

The name of the layer’s primary display field.
ArcGIS Maps SDK for JavaScript

displayFilterEnabled System.Nullable<System.Boolean>

displayFilterInfo dymaptic.GeoBlazor.Core.Components.DisplayFilterInfo

effect dymaptic.GeoBlazor.Core.Model.Effect

Effect provides various filter functions that can be performed on the layer to achieve different visual effects similar to
how image filters work.
default null
ArcGIS Maps SDK for JavaScript

elevationInfo dymaptic.GeoBlazor.Core.Components.FeatureLayerBaseElevationInfo

Specifies how features are placed on the vertical axis (z).
ArcGIS Maps SDK for JavaScript

floorInfo dymaptic.GeoBlazor.Core.Components.LayerFloorInfo

When a feature layer is configured as floor-aware, it has a floorInfo property defined.
ArcGIS Maps SDK for JavaScript

fullExtent dymaptic.GeoBlazor.Core.Components.Geometries.Extent

The full extent of the layer.
ArcGIS Maps SDK for JavaScript

gdbVersion System.String

The version of the geodatabase of the feature service data.
ArcGIS Maps SDK for JavaScript

hasM System.Nullable<System.Boolean>

Indicates whether the client-side features in the layer have M (measurement) values.
default undefined
ArcGIS Maps SDK for JavaScript

hasZ System.Nullable<System.Boolean>

Indicates whether the client-side features in the layer have Z (elevation) values.
default undefined
ArcGIS Maps SDK for JavaScript

historicMoment System.Nullable<System.DateTime>

The historic moment to query.
ArcGIS Maps SDK for JavaScript

isBasemapReferenceLayer System.Nullable<System.Boolean>

Indicates whether the layer is a basemap reference layer. Default value: false.

layerIndex System.Nullable<System.Int32>

The layer ID, or layer index, of a Feature Service layer.
ArcGIS Maps SDK for JavaScript

legendEnabled System.Nullable<System.Boolean>

Indicates whether the layer will be included in the legend.
default true
ArcGIS Maps SDK for JavaScript

listMode System.Nullable<dymaptic.GeoBlazor.Core.Enums.ListMode>

Indicates how the layer should display in the LayerList widget.
default “show”
ArcGIS Maps SDK for JavaScript

maxScale System.Nullable<System.Double>

The maximum scale (most zoomed in) at which the layer is visible in the view.
default 0
ArcGIS Maps SDK for JavaScript

minScale System.Nullable<System.Double>

The minimum scale (most zoomed out) at which the layer is visible in the view.
default 0
ArcGIS Maps SDK for JavaScript

objectIdField System.String

The name of an oid field containing a unique value or identifier for each feature in the layer.
ArcGIS Maps SDK for JavaScript

opacity System.Nullable<System.Double>

The opacity of the layer.
default 1
ArcGIS Maps SDK for JavaScript

orderBy System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.OrderByInfo>

Determines the order in which features are drawn in the view.
default null
ArcGIS Maps SDK for JavaScript

outFields System.Collections.Generic.IReadOnlyList<System.String>

An array of field names from the service to include with each feature.
default null
ArcGIS Maps SDK for JavaScript

persistenceEnabled System.Nullable<System.Boolean>

Enable persistence of the layer in a WebMap or WebScene.
default true
ArcGIS Maps SDK for JavaScript

portalItem dymaptic.GeoBlazor.Core.Components.PortalItem

The portal item from which the layer is loaded.
ArcGIS Maps SDK for JavaScript

refreshInterval System.Nullable<System.Double>

Refresh interval of the layer in minutes.
default 0
ArcGIS Maps SDK for JavaScript

returnM System.Nullable<System.Boolean>

When true, indicates that M values will be returned.
default undefined
ArcGIS Maps SDK for JavaScript

returnZ System.Nullable<System.Boolean>

When true, indicates that z-values will always be returned.
default undefined
ArcGIS Maps SDK for JavaScript

sourceJSON System.String

The feature service’s metadata JSON exposed by the ArcGIS REST API.
ArcGIS Maps SDK for JavaScript

spatialReference dymaptic.GeoBlazor.Core.Components.SpatialReference

The spatial reference of the layer.
ArcGIS Maps SDK for JavaScript

timeExtent dymaptic.GeoBlazor.Core.Components.TimeExtent

The layer’s time extent.
default null
ArcGIS Maps SDK for JavaScript

timeInfo dymaptic.GeoBlazor.Core.Components.TimeInfo

TimeInfo provides information such as date fields that store
start
and end time
for each feature and the fullTimeExtent
for the layer.
default null
ArcGIS Maps SDK for JavaScript

timeOffset dymaptic.GeoBlazor.Core.Components.TimeInterval

A temporary offset of the time data based on a certain TimeInterval.
default null
ArcGIS Maps SDK for JavaScript

title System.String

The title of the layer used to identify it in places such as the LayerList widget.
ArcGIS Maps SDK for JavaScript

url System.String

The absolute URL of the REST endpoint of the layer, non-spatial table or service.
ArcGIS Maps SDK for JavaScript

useViewTime System.Nullable<System.Boolean>

Determines if the time enabled layer will update its temporal data based on the view’s timeExtent.
default true
ArcGIS Maps SDK for JavaScript

visibilityTimeExtent dymaptic.GeoBlazor.Core.Components.TimeExtent

Specifies a fixed time extent during which a layer should be visible.
default null
ArcGIS Maps SDK for JavaScript

visible System.Nullable<System.Boolean>

Indicates if the layer is visible in the View.
default true
ArcGIS Maps SDK for JavaScript

Properties

CatalogLayer.ApiKey Property

An authorization string used to access a resource or service.
ArcGIS Maps SDK for JavaScript

public string? ApiKey { get; set; }

Implements ApiKey

Property Value

System.String

CatalogLayer.BlendMode Property

Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.
default normal
ArcGIS Maps SDK for JavaScript

public System.Nullable<dymaptic.GeoBlazor.Core.Enums.BlendMode> BlendMode { get; set; }

Implements BlendMode

Property Value

System.Nullable<dymaptic.GeoBlazor.Core.Enums.BlendMode>

CatalogLayer.Capabilities Property

Describes the layer’s supported capabilities.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Model.FeatureLayerCapabilities? Capabilities { get; set; }

Implements Capabilities

Property Value

dymaptic.GeoBlazor.Core.Model.FeatureLayerCapabilities

CatalogLayer.Copyright Property

Copyright information for the layer.
ArcGIS Maps SDK for JavaScript

public string? Copyright { get; set; }

Implements Copyright

Property Value

System.String

CatalogLayer.CustomParameters Property

A list of custom parameters appended to the URL of all resources fetched by the layer.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.Dictionary<string,object>? CustomParameters { get; set; }

Implements CustomParameters

Property Value

System.Collections.Generic.Dictionary<System.String,System.Object>

CatalogLayer.DateFieldsTimeZone Property

The time zone that dates are stored in.
ArcGIS Maps SDK for JavaScript

public string? DateFieldsTimeZone { get; set; }

Implements DateFieldsTimeZone

Property Value

System.String

CatalogLayer.DatesInUnknownTimezone Property

This property is set by the service publisher and indicates that dates should be considered without the local timezone.
default false
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> DatesInUnknownTimezone { get; set; }

Implements DatesInUnknownTimezone

Property Value

System.Nullable<System.Boolean>

CatalogLayer.DefinitionExpression Property

The SQL where clause used to filter features on the client.
ArcGIS Maps SDK for JavaScript

public string? DefinitionExpression { get; set; }

Implements DefinitionExpression

Property Value

System.String

CatalogLayer.DisplayField Property

The name of the layer’s primary display field.
ArcGIS Maps SDK for JavaScript

public string? DisplayField { get; set; }

Implements DisplayField

Property Value

System.String

CatalogLayer.DisplayFilterEnabled Property

public System.Nullable<bool> DisplayFilterEnabled { get; set; }

Implements DisplayFilterEnabled

Property Value

System.Nullable<System.Boolean>

CatalogLayer.DisplayFilterInfo Property

public dymaptic.GeoBlazor.Core.Components.DisplayFilterInfo? DisplayFilterInfo { get; set; }

Implements DisplayFilterInfo

Property Value

dymaptic.GeoBlazor.Core.Components.DisplayFilterInfo

CatalogLayer.DrawOrderField Property

The draw order field holds the value to sort catalog items (layers).
ArcGIS Maps SDK for JavaScript

public string? DrawOrderField { get; set; }

Property Value

System.String

CatalogLayer.DynamicGroupLayer Property

The dynamicGroupLayer includes the catalog items (layers) that are currently visible in your view.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Pro.Components.Layers.CatalogDynamicGroupLayer? DynamicGroupLayer { get; set; }

Property Value

CatalogDynamicGroupLayer

CatalogLayer.EditFieldsInfo Property

The editor tracking fields, which record who adds or edits the data through the feature service and when edits are made.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Model.EditFieldsInfo? EditFieldsInfo { get; set; }

Implements EditFieldsInfo

Property Value

dymaptic.GeoBlazor.Core.Model.EditFieldsInfo

CatalogLayer.EditingInfo Property

Specifies information about editing.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Model.EditingInfo? EditingInfo { get; set; }

Implements EditingInfo

Property Value

dymaptic.GeoBlazor.Core.Model.EditingInfo

CatalogLayer.Effect Property

Effect provides various filter functions that can be performed on the layer to achieve different visual effects similar to
how image filters work.
default null
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Model.Effect? Effect { get; set; }

Implements Effect

Property Value

dymaptic.GeoBlazor.Core.Model.Effect

CatalogLayer.EffectiveCapabilities Property

Describes effective capabilities of the layer taking in to consideration privileges of the currently signed-in user.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.Capabilities? EffectiveCapabilities { get; set; }

Implements EffectiveCapabilities

Property Value

dymaptic.GeoBlazor.Core.Components.Capabilities

CatalogLayer.EffectiveEditingEnabled Property

Indicates whether the layer is editable taking in to consideration privileges of the currently signed-in user.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> EffectiveEditingEnabled { get; set; }

Implements EffectiveEditingEnabled

Property Value

System.Nullable<System.Boolean>

CatalogLayer.ElevationInfo Property

Specifies how features are placed on the vertical axis (z).
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.FeatureLayerBaseElevationInfo? ElevationInfo { get; set; }

Implements ElevationInfo

Property Value

dymaptic.GeoBlazor.Core.Components.FeatureLayerBaseElevationInfo

CatalogLayer.Fields Property

An array of fields in the layer.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.Field>? Fields { get; set; }

Property Value

System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.Field>

CatalogLayer.FieldsIndex Property

A convenient property that can be used to make case-insensitive lookups for a field by name.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Model.FieldsIndex? FieldsIndex { get; set; }

Implements FieldsIndex

Property Value

dymaptic.GeoBlazor.Core.Model.FieldsIndex

CatalogLayer.FloorInfo Property

When a feature layer is configured as floor-aware, it has a floorInfo property defined.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.LayerFloorInfo? FloorInfo { get; set; }

Implements FloorInfo

Property Value

dymaptic.GeoBlazor.Core.Components.LayerFloorInfo

CatalogLayer.FootprintLayer Property

The footprint layer is a layer that displays footprints of items referenced in a CatalogLayer.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Pro.Components.Layers.CatalogFootprintLayer? FootprintLayer { get; set; }

Property Value

CatalogFootprintLayer

CatalogLayer.GdbVersion Property

The version of the geodatabase of the feature service data.
ArcGIS Maps SDK for JavaScript

public string? GdbVersion { get; set; }

Implements GdbVersion

Property Value

System.String

CatalogLayer.GeometryFieldsInfo Property

Provides information on the system maintained area and length fields along with their respective units.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Model.GeometryFieldsInfo? GeometryFieldsInfo { get; set; }

Implements GeometryFieldsInfo

Property Value

dymaptic.GeoBlazor.Core.Model.GeometryFieldsInfo

CatalogLayer.GeometryType Property

The geometry type of features in the layer.
ArcGIS Maps SDK for JavaScript

public System.Nullable<dymaptic.GeoBlazor.Core.Enums.FeatureGeometryType> GeometryType { get; set; }

Implements GeometryType

Property Value

System.Nullable<dymaptic.GeoBlazor.Core.Enums.FeatureGeometryType>

CatalogLayer.HasM Property

Indicates whether the client-side features in the layer have M (measurement) values.
default undefined
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> HasM { get; set; }

Implements HasM

Property Value

System.Nullable<System.Boolean>

CatalogLayer.HasRefreshListener Property

Used in JavaScript layer to determine if the event listener is registered.

public bool HasRefreshListener { get; }

Property Value

System.Boolean

CatalogLayer.HasZ Property

Indicates whether the client-side features in the layer have Z (elevation) values.
default undefined
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> HasZ { get; set; }

Implements HasZ

Property Value

System.Nullable<System.Boolean>

CatalogLayer.HistoricMoment Property

The historic moment to query.
ArcGIS Maps SDK for JavaScript

public System.Nullable<System.DateTime> HistoricMoment { get; set; }

Implements HistoricMoment

Property Value

System.Nullable<System.DateTime>

CatalogLayer.IsTable Property

Returns true if the layer is loaded from a non-spatial table in a service.
default false
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> IsTable { get; set; }

Implements IsTable

Property Value

System.Nullable<System.Boolean>

CatalogLayer.ItemNameField Property

The item name field stores the name of the catalog item referenced in the CatalogLayer.
ArcGIS Maps SDK for JavaScript

public string? ItemNameField { get; set; }

Property Value

System.String

CatalogLayer.ItemSourceField Property

The item source field stores the original source path of the catalog item.
ArcGIS Maps SDK for JavaScript

public string? ItemSourceField { get; set; }

Property Value

System.String

CatalogLayer.ItemTypeField Property

The item type field stores the type of the catalog item, such as Feature Service or Map Service.
ArcGIS Maps SDK for JavaScript

public string? ItemTypeField { get; set; }

Property Value

System.String

CatalogLayer.LayerIndex Property

The layer ID, or layer index, of a Feature Service layer.
ArcGIS Maps SDK for JavaScript

public System.Nullable<int> LayerIndex { get; set; }

Implements LayerIndex

Property Value

System.Nullable<System.Int32>

CatalogLayer.Layers Property

A collection of CatalogFootprintLayer and CatalogDynamicGroupLayers.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.Layers.Layer>? Layers { get; set; }

Property Value

System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.Layers.Layer>

CatalogLayer.LegendEnabled Property

Indicates whether the layer will be included in the legend.
default true
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> LegendEnabled { get; set; }

Property Value

System.Nullable<System.Boolean>

CatalogLayer.MaxScale Property

The maximum scale (most zoomed in) at which the layer is visible in the view.
default 0
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> MaxScale { get; set; }

Implements MaxScale

Property Value

System.Nullable<System.Double>

CatalogLayer.MaxScaleField Property

The max scale field holds the maximum scale at which the catalog item is visible in the view.
ArcGIS Maps SDK for JavaScript

public string? MaxScaleField { get; set; }

Property Value

System.String

CatalogLayer.MinScale Property

The minimum scale (most zoomed out) at which the layer is visible in the view.
default 0
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> MinScale { get; set; }

Implements MinScale

Property Value

System.Nullable<System.Double>

CatalogLayer.MinScaleField Property

The min scale field holds the minimum scale at which the catalog item is visible in the view.
ArcGIS Maps SDK for JavaScript

public string? MinScaleField { get; set; }

Property Value

System.String

CatalogLayer.ObjectIdField Property

The name of an oid field containing a unique value or identifier for each feature in the layer.
ArcGIS Maps SDK for JavaScript

public string? ObjectIdField { get; set; }

Implements ObjectIdField

Property Value

System.String

CatalogLayer.OnRefresh Property

Fires if the layer has the refreshInterval set or when refresh() method is called.
The event payload indicates if the layer’s data has changed.

public Microsoft.AspNetCore.Components.EventCallback<dymaptic.GeoBlazor.Core.Events.RefreshEvent> OnRefresh { get; set; }

Property Value

Microsoft.AspNetCore.Components.EventCallback<dymaptic.GeoBlazor.Core.Events.RefreshEvent>

CatalogLayer.OrderBy Property

Determines the order in which features are drawn in the view.
default null
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.OrderByInfo>? OrderBy { get; set; }

Implements OrderBy

Property Value

System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.OrderByInfo>

CatalogLayer.OutFields Property

An array of field names from the service to include with each feature.
default null
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyList<string>? OutFields { get; set; }

Property Value

System.Collections.Generic.IReadOnlyList<System.String>

CatalogLayer.PortalItem Property

The portal item from which the layer is loaded.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.PortalItem? PortalItem { get; set; }

Implements PortalItem

Property Value

dymaptic.GeoBlazor.Core.Components.PortalItem

CatalogLayer.PreferredTimeZone Property

The IANA time zone the author of the service intended data from date fields to be viewed in.
ArcGIS Maps SDK for JavaScript

public string? PreferredTimeZone { get; set; }

Implements PreferredTimeZone

Property Value

System.String

CatalogLayer.RefreshInterval Property

Refresh interval of the layer in minutes.
default 0
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> RefreshInterval { get; set; }

Implements RefreshInterval

Property Value

System.Nullable<System.Double>

CatalogLayer.Relationships Property

Array of relationships set up for the layer.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.Relationship>? Relationships { get; set; }

Implements Relationships

Property Value

System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.Relationship>

CatalogLayer.ReturnM Property

When true, indicates that M values will be returned.
default undefined
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> ReturnM { get; set; }

Implements ReturnM

Property Value

System.Nullable<System.Boolean>

CatalogLayer.ReturnZ Property

When true, indicates that z-values will always be returned.
default undefined
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> ReturnZ { get; set; }

Implements ReturnZ

Property Value

System.Nullable<System.Boolean>

CatalogLayer.ServiceDefinitionExpression Property

The service definition expression limits the features available for display and query.
ArcGIS Maps SDK for JavaScript

public string? ServiceDefinitionExpression { get; set; }

Implements ServiceDefinitionExpression

Property Value

System.String

CatalogLayer.ServiceItemId Property

Indicates the portal item of the hosted feature service that contains this layer.
ArcGIS Maps SDK for JavaScript

public string? ServiceItemId { get; set; }

Implements ServiceItemId

Property Value

System.String

CatalogLayer.SourceJSON Property

The feature service’s metadata JSON exposed by the ArcGIS REST API.
ArcGIS Maps SDK for JavaScript

public string? SourceJSON { get; set; }

Implements SourceJSON

Property Value

System.String

CatalogLayer.SpatialReference Property

The spatial reference of the layer.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.SpatialReference? SpatialReference { get; set; }

Implements SpatialReference

Property Value

dymaptic.GeoBlazor.Core.Components.SpatialReference

CatalogLayer.SubtypeField Property

The name of the field which holds the id of the subtypes.
ArcGIS Maps SDK for JavaScript

public string? SubtypeField { get; set; }

Implements SubtypeField

Property Value

System.String

CatalogLayer.Subtypes Property

An array of subtypes defined in the layer.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.Subtype>? Subtypes { get; set; }

Implements Subtypes

Property Value

System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.Subtype>

CatalogLayer.TimeExtent Property

The layer’s time extent.
default null
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.TimeExtent? TimeExtent { get; set; }

Implements TimeExtent

Property Value

dymaptic.GeoBlazor.Core.Components.TimeExtent

CatalogLayer.TimeInfo Property

TimeInfo provides information such as date fields that store
start
and end time
for each feature and the fullTimeExtent
for the layer.
default null
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.TimeInfo? TimeInfo { get; set; }

Implements TimeInfo

Property Value

dymaptic.GeoBlazor.Core.Components.TimeInfo

CatalogLayer.TimeOffset Property

A temporary offset of the time data based on a certain TimeInterval.
default null
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.TimeInterval? TimeOffset { get; set; }

Implements TimeOffset

Property Value

dymaptic.GeoBlazor.Core.Components.TimeInterval

CatalogLayer.Type Property

Used internally to identify the sub type of Layer

public override dymaptic.GeoBlazor.Core.Enums.LayerType Type { get; }

Property Value

dymaptic.GeoBlazor.Core.Enums.LayerType

CatalogLayer.Url Property

The absolute URL of the REST endpoint of the layer, non-spatial table or service.
ArcGIS Maps SDK for JavaScript

public string? Url { get; set; }

Implements Url

Property Value

System.String

CatalogLayer.UseViewTime Property

Determines if the time enabled layer will update its temporal data based on the view’s timeExtent.
default true
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> UseViewTime { get; set; }

Implements UseViewTime

Property Value

System.Nullable<System.Boolean>

CatalogLayer.Version Property

The version of ArcGIS Server in which the layer is published.
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> Version { get; set; }

Implements Version

Property Value

System.Nullable<System.Double>

Methods

CatalogLayer.AddToOrderBy(OrderByInfo[]) Method

Asynchronously adds elements to the OrderBy property.

public System.Threading.Tasks.Task AddToOrderBy(params dymaptic.GeoBlazor.Core.Components.OrderByInfo[] values);

Parameters

values dymaptic.GeoBlazor.Core.Components.OrderByInfo[]

The elements to add.

Implements AddToOrderBy(OrderByInfo[])

Returns

System.Threading.Tasks.Task

CatalogLayer.AddToOutFields(string[]) Method

Asynchronously adds elements to the OutFields property.

public System.Threading.Tasks.Task AddToOutFields(params string[] values);

Parameters

values System.String[]

The elements to add.

Returns

System.Threading.Tasks.Task

CatalogLayer.ApplyEdits(FeatureEdits, FeatureEditOptions, CancellationToken) Method

Applies edits to features in a layer. New features can be created and existing features can be updated or deleted. Feature geometries and/or attributes may be modified. Only applicable to layers in a feature service and client-side features set through the FeatureLayer’s source property. Attachments can also be added, updated or deleted.
If client-side features are added, removed or updated at runtime using applyEdits() then use FeatureLayer’s queryFeatures() method to return updated features.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Results.FeatureEditsResult> ApplyEdits(dymaptic.GeoBlazor.Core.Model.FeatureEdits edits, dymaptic.GeoBlazor.Core.Options.FeatureEditOptions? options=null, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken));

Parameters

edits dymaptic.GeoBlazor.Core.Model.FeatureEdits

options dymaptic.GeoBlazor.Core.Options.FeatureEditOptions

cancellationToken System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Results.FeatureEditsResult>

CatalogLayer.CreateFootprintFromLayer(Layer) Method

Returns a footprint graphic that represents a layer in the dynamicGroupLayer.
ArcGIS Maps SDK for JavaScript

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.Graphic?> CreateFootprintFromLayer(dymaptic.GeoBlazor.Core.Components.Layers.Layer layer);

Parameters

layer dymaptic.GeoBlazor.Core.Components.Layers.Layer

A layer in a dynamicGroupLayer for which to obtain its footprint from.

Returns

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.Graphic>

CatalogLayer.CreateLayerFromFootprint(Graphic) Method

Creates a new instance of a layer for the given layer in the dynamicGroupLayer based on its footprint feature.
ArcGIS Maps SDK for JavaScript

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.Layers.Layer?> CreateLayerFromFootprint(dymaptic.GeoBlazor.Core.Components.Graphic footprint);

Parameters

footprint dymaptic.GeoBlazor.Core.Components.Graphic

The footprint feature used to instantiate a layer within its bounds.

Returns

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.Layers.Layer>

CatalogLayer.CreateQuery() Method

Creates query parameter object that can be used to fetch features that satisfy the layer’s configurations such as definitionExpression.
ArcGIS Maps SDK for JavaScript

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Model.Query?> CreateQuery();

Returns

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Model.Query>

CatalogLayer.GetApiKey() Method

Asynchronously retrieve the current value of the ApiKey property.

public System.Threading.Tasks.Task<string?> GetApiKey();

Implements GetApiKey()

Returns

System.Threading.Tasks.Task<System.String>

CatalogLayer.GetBlendMode() Method

Asynchronously retrieve the current value of the BlendMode property.

public System.Threading.Tasks.Task<System.Nullable<dymaptic.GeoBlazor.Core.Enums.BlendMode>> GetBlendMode();

Implements GetBlendMode()

Returns

System.Threading.Tasks.Task<System.Nullable<dymaptic.GeoBlazor.Core.Enums.BlendMode>>

CatalogLayer.GetCapabilities() Method

Asynchronously retrieve the current value of the Capabilities property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Model.FeatureLayerCapabilities?> GetCapabilities();

Implements GetCapabilities()

Returns

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Model.FeatureLayerCapabilities>

CatalogLayer.GetCopyright() Method

Asynchronously retrieve the current value of the Copyright property.

public System.Threading.Tasks.Task<string?> GetCopyright();

Implements GetCopyright()

Returns

System.Threading.Tasks.Task<System.String>

CatalogLayer.GetCustomParameters() Method

Asynchronously retrieve the current value of the CustomParameters property.

public System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string,object>?> GetCustomParameters();

Implements GetCustomParameters()

Returns

System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<System.String,System.Object>>

CatalogLayer.GetDateFieldsTimeZone() Method

Asynchronously retrieve the current value of the DateFieldsTimeZone property.

public System.Threading.Tasks.Task<string?> GetDateFieldsTimeZone();

Implements GetDateFieldsTimeZone()

Returns

System.Threading.Tasks.Task<System.String>

CatalogLayer.GetDatesInUnknownTimezone() Method

Asynchronously retrieve the current value of the DatesInUnknownTimezone property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetDatesInUnknownTimezone();

Implements GetDatesInUnknownTimezone()

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

CatalogLayer.GetDefinitionExpression() Method

Asynchronously retrieve the current value of the DefinitionExpression property.

public System.Threading.Tasks.Task<string?> GetDefinitionExpression();

Implements GetDefinitionExpression()

Returns

System.Threading.Tasks.Task<System.String>

CatalogLayer.GetDisplayField() Method

Asynchronously retrieve the current value of the DisplayField property.

public System.Threading.Tasks.Task<string?> GetDisplayField();

Implements GetDisplayField()

Returns

System.Threading.Tasks.Task<System.String>

CatalogLayer.GetDisplayFilterEnabled() Method

Asynchronously retrieve the current value of the DisplayFilterEnabled property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetDisplayFilterEnabled();

Implements GetDisplayFilterEnabled()

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

CatalogLayer.GetDisplayFilterInfo() Method

Asynchronously retrieve the current value of the DisplayFilterInfo property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.DisplayFilterInfo?> GetDisplayFilterInfo();

Implements GetDisplayFilterInfo()

Returns

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.DisplayFilterInfo>

CatalogLayer.GetDrawOrderField() Method

Asynchronously retrieve the current value of the DrawOrderField property.

public System.Threading.Tasks.Task<string?> GetDrawOrderField();

Returns

System.Threading.Tasks.Task<System.String>

CatalogLayer.GetDynamicGroupLayer() Method

Asynchronously retrieve the current value of the DynamicGroupLayer property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Pro.Components.Layers.CatalogDynamicGroupLayer?> GetDynamicGroupLayer();

Returns

System.Threading.Tasks.Task<CatalogDynamicGroupLayer>

CatalogLayer.GetEditFieldsInfo() Method

Asynchronously retrieve the current value of the EditFieldsInfo property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Model.EditFieldsInfo?> GetEditFieldsInfo();

Implements GetEditFieldsInfo()

Returns

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Model.EditFieldsInfo>

CatalogLayer.GetEditingInfo() Method

Asynchronously retrieve the current value of the EditingInfo property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Model.EditingInfo?> GetEditingInfo();

Implements GetEditingInfo()

Returns

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Model.EditingInfo>

CatalogLayer.GetEffect() Method

Asynchronously retrieve the current value of the Effect property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Model.Effect?> GetEffect();

Implements GetEffect()

Returns

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Model.Effect>

CatalogLayer.GetEffectiveCapabilities() Method

Asynchronously retrieve the current value of the EffectiveCapabilities property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.Capabilities?> GetEffectiveCapabilities();

Implements GetEffectiveCapabilities()

Returns

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.Capabilities>

CatalogLayer.GetEffectiveEditingEnabled() Method

Asynchronously retrieve the current value of the EffectiveEditingEnabled property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetEffectiveEditingEnabled();

Implements GetEffectiveEditingEnabled()

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

CatalogLayer.GetElevationInfo() Method

Asynchronously retrieve the current value of the ElevationInfo property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.FeatureLayerBaseElevationInfo?> GetElevationInfo();

Implements GetElevationInfo()

Returns

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.FeatureLayerBaseElevationInfo>

CatalogLayer.GetField(string) Method

Returns the Field instance for a field name (case-insensitive).
ArcGIS Maps SDK for JavaScript

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.Field?> GetField(string fieldName);

Parameters

fieldName System.String

Name of the field.

Implements GetField(string)

Returns

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.Field>

CatalogLayer.GetFieldDomain(string, Graphic) Method

Returns the Domain associated with the given field name. The domain can be either a CodedValueDomain or RangeDomain.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.Domain?> GetFieldDomain(string fieldName, dymaptic.GeoBlazor.Core.Components.Graphic? feature=null);

Parameters

fieldName System.String

feature dymaptic.GeoBlazor.Core.Components.Graphic

Implements GetFieldDomain(string, Graphic)

Returns

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.Domain>

CatalogLayer.GetFields() Method

Asynchronously retrieve the current value of the Fields property.

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.Field>?> GetFields();

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.Field>>

CatalogLayer.GetFieldsIndex() Method

Asynchronously retrieve the current value of the FieldsIndex property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Model.FieldsIndex?> GetFieldsIndex();

Implements GetFieldsIndex()

Returns

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Model.FieldsIndex>

CatalogLayer.GetFloorInfo() Method

Asynchronously retrieve the current value of the FloorInfo property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.LayerFloorInfo?> GetFloorInfo();

Implements GetFloorInfo()

Returns

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.LayerFloorInfo>

CatalogLayer.GetFootprintLayer() Method

Asynchronously retrieve the current value of the FootprintLayer property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Pro.Components.Layers.CatalogFootprintLayer?> GetFootprintLayer();

Returns

System.Threading.Tasks.Task<CatalogFootprintLayer>

CatalogLayer.GetGdbVersion() Method

Asynchronously retrieve the current value of the GdbVersion property.

public System.Threading.Tasks.Task<string?> GetGdbVersion();

Implements GetGdbVersion()

Returns

System.Threading.Tasks.Task<System.String>

CatalogLayer.GetGeometryFieldsInfo() Method

Asynchronously retrieve the current value of the GeometryFieldsInfo property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Model.GeometryFieldsInfo?> GetGeometryFieldsInfo();

Implements GetGeometryFieldsInfo()

Returns

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Model.GeometryFieldsInfo>

CatalogLayer.GetGeometryType() Method

Asynchronously retrieve the current value of the GeometryType property.

public System.Threading.Tasks.Task<System.Nullable<dymaptic.GeoBlazor.Core.Enums.FeatureGeometryType>> GetGeometryType();

Implements GetGeometryType()

Returns

System.Threading.Tasks.Task<System.Nullable<dymaptic.GeoBlazor.Core.Enums.FeatureGeometryType>>

CatalogLayer.GetHasM() Method

Asynchronously retrieve the current value of the HasM property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetHasM();

Implements GetHasM()

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

CatalogLayer.GetHasZ() Method

Asynchronously retrieve the current value of the HasZ property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetHasZ();

Implements GetHasZ()

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

CatalogLayer.GetHistoricMoment() Method

Asynchronously retrieve the current value of the HistoricMoment property.

public System.Threading.Tasks.Task<System.Nullable<System.DateTime>> GetHistoricMoment();

Implements GetHistoricMoment()

Returns

System.Threading.Tasks.Task<System.Nullable<System.DateTime>>

CatalogLayer.GetIsTable() Method

Asynchronously retrieve the current value of the IsTable property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetIsTable();

Implements GetIsTable()

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

CatalogLayer.GetItemNameField() Method

Asynchronously retrieve the current value of the ItemNameField property.

public System.Threading.Tasks.Task<string?> GetItemNameField();

Returns

System.Threading.Tasks.Task<System.String>

CatalogLayer.GetItemSourceField() Method

Asynchronously retrieve the current value of the ItemSourceField property.

public System.Threading.Tasks.Task<string?> GetItemSourceField();

Returns

System.Threading.Tasks.Task<System.String>

CatalogLayer.GetItemTypeField() Method

Asynchronously retrieve the current value of the ItemTypeField property.

public System.Threading.Tasks.Task<string?> GetItemTypeField();

Returns

System.Threading.Tasks.Task<System.String>

CatalogLayer.GetLayerIndex() Method

Asynchronously retrieve the current value of the LayerIndex property.

public System.Threading.Tasks.Task<System.Nullable<int>> GetLayerIndex();

Implements GetLayerIndex()

Returns

System.Threading.Tasks.Task<System.Nullable<System.Int32>>

CatalogLayer.GetLayers() Method

Asynchronously retrieve the current value of the Layers property.

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.Layers.Layer>?> GetLayers();

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.Layers.Layer>>

CatalogLayer.GetLegendEnabled() Method

Asynchronously retrieve the current value of the LegendEnabled property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetLegendEnabled();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

CatalogLayer.GetMaxScale() Method

Asynchronously retrieve the current value of the MaxScale property.

public System.Threading.Tasks.Task<System.Nullable<double>> GetMaxScale();

Implements GetMaxScale()

Returns

System.Threading.Tasks.Task<System.Nullable<System.Double>>

CatalogLayer.GetMaxScaleField() Method

Asynchronously retrieve the current value of the MaxScaleField property.

public System.Threading.Tasks.Task<string?> GetMaxScaleField();

Returns

System.Threading.Tasks.Task<System.String>

CatalogLayer.GetMinScale() Method

Asynchronously retrieve the current value of the MinScale property.

public System.Threading.Tasks.Task<System.Nullable<double>> GetMinScale();

Implements GetMinScale()

Returns

System.Threading.Tasks.Task<System.Nullable<System.Double>>

CatalogLayer.GetMinScaleField() Method

Asynchronously retrieve the current value of the MinScaleField property.

public System.Threading.Tasks.Task<string?> GetMinScaleField();

Returns

System.Threading.Tasks.Task<System.String>

CatalogLayer.GetObjectIdField() Method

Asynchronously retrieve the current value of the ObjectIdField property.

public System.Threading.Tasks.Task<string?> GetObjectIdField();

Implements GetObjectIdField()

Returns

System.Threading.Tasks.Task<System.String>

CatalogLayer.GetOrderBy() Method

Asynchronously retrieve the current value of the OrderBy property.

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.OrderByInfo>?> GetOrderBy();

Implements GetOrderBy()

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.OrderByInfo>>

CatalogLayer.GetOutFields() Method

Asynchronously retrieve the current value of the OutFields property.

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<string>?> GetOutFields();

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<System.String>>

CatalogLayer.GetPortalItem() Method

Asynchronously retrieve the current value of the PortalItem property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.PortalItem?> GetPortalItem();

Implements GetPortalItem()

Returns

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.PortalItem>

CatalogLayer.GetPreferredTimeZone() Method

Asynchronously retrieve the current value of the PreferredTimeZone property.

public System.Threading.Tasks.Task<string?> GetPreferredTimeZone();

Implements GetPreferredTimeZone()

Returns

System.Threading.Tasks.Task<System.String>

CatalogLayer.GetRefreshInterval() Method

Asynchronously retrieve the current value of the RefreshInterval property.

public System.Threading.Tasks.Task<System.Nullable<double>> GetRefreshInterval();

Implements GetRefreshInterval()

Returns

System.Threading.Tasks.Task<System.Nullable<System.Double>>

CatalogLayer.GetRelationships() Method

Asynchronously retrieve the current value of the Relationships property.

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.Relationship>?> GetRelationships();

Implements GetRelationships()

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.Relationship>>

CatalogLayer.GetReturnM() Method

Asynchronously retrieve the current value of the ReturnM property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetReturnM();

Implements GetReturnM()

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

CatalogLayer.GetReturnZ() Method

Asynchronously retrieve the current value of the ReturnZ property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetReturnZ();

Implements GetReturnZ()

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

CatalogLayer.GetServiceDefinitionExpression() Method

Asynchronously retrieve the current value of the ServiceDefinitionExpression property.

public System.Threading.Tasks.Task<string?> GetServiceDefinitionExpression();

Implements GetServiceDefinitionExpression()

Returns

System.Threading.Tasks.Task<System.String>

CatalogLayer.GetServiceItemId() Method

Asynchronously retrieve the current value of the ServiceItemId property.

public System.Threading.Tasks.Task<string?> GetServiceItemId();

Implements GetServiceItemId()

Returns

System.Threading.Tasks.Task<System.String>

CatalogLayer.GetSourceJSON() Method

Asynchronously retrieve the current value of the SourceJSON property.

public System.Threading.Tasks.Task<string?> GetSourceJSON();

Implements GetSourceJSON()

Returns

System.Threading.Tasks.Task<System.String>

CatalogLayer.GetSpatialReference() Method

Asynchronously retrieve the current value of the SpatialReference property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.SpatialReference?> GetSpatialReference();

Implements GetSpatialReference()

Returns

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.SpatialReference>

CatalogLayer.GetSubtypeField() Method

Asynchronously retrieve the current value of the SubtypeField property.

public System.Threading.Tasks.Task<string?> GetSubtypeField();

Implements GetSubtypeField()

Returns

System.Threading.Tasks.Task<System.String>

CatalogLayer.GetSubtypes() Method

Asynchronously retrieve the current value of the Subtypes property.

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.Subtype>?> GetSubtypes();

Implements GetSubtypes()

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.Subtype>>

CatalogLayer.GetTimeExtent() Method

Asynchronously retrieve the current value of the TimeExtent property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.TimeExtent?> GetTimeExtent();

Implements GetTimeExtent()

Returns

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.TimeExtent>

CatalogLayer.GetTimeInfo() Method

Asynchronously retrieve the current value of the TimeInfo property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.TimeInfo?> GetTimeInfo();

Implements GetTimeInfo()

Returns

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.TimeInfo>

CatalogLayer.GetTimeOffset() Method

Asynchronously retrieve the current value of the TimeOffset property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.TimeInterval?> GetTimeOffset();

Implements GetTimeOffset()

Returns

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.TimeInterval>

CatalogLayer.GetUrl() Method

Asynchronously retrieve the current value of the Url property.

public System.Threading.Tasks.Task<string?> GetUrl();

Implements GetUrl()

Returns

System.Threading.Tasks.Task<System.String>

CatalogLayer.GetUseViewTime() Method

Asynchronously retrieve the current value of the UseViewTime property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetUseViewTime();

Implements GetUseViewTime()

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

CatalogLayer.GetVersion() Method

Asynchronously retrieve the current value of the Version property.

public System.Threading.Tasks.Task<System.Nullable<double>> GetVersion();

Implements GetVersion()

Returns

System.Threading.Tasks.Task<System.Nullable<System.Double>>

CatalogLayer.OnJsRefresh(IJSStreamReference) Method

JavaScript-Invokable Method for internal use only.

public System.Threading.Tasks.Task OnJsRefresh(Microsoft.JSInterop.IJSStreamReference jsStreamRef);

Parameters

jsStreamRef Microsoft.JSInterop.IJSStreamReference

Returns

System.Threading.Tasks.Task

CatalogLayer.QueryExtent(Query, CancellationToken) Method

Executes a Query against the feature service and returns the Extent of features that satisfy the query.
param options An object with the following properties.
ArcGIS Maps SDK for JavaScript

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Results.ExtentQueryResult?> QueryExtent(dymaptic.GeoBlazor.Core.Model.Query query, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken));

Parameters

query dymaptic.GeoBlazor.Core.Model.Query

Specifies the attributes and spatial filter of the query. If no parameters are specified, then the extent and count of all features satisfying the layer’s configuration/filters are returned.

cancellationToken System.Threading.CancellationToken

The CancellationToken to cancel an asynchronous operation.

Returns

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Results.ExtentQueryResult>

CatalogLayer.QueryFeatureCount(Query, CancellationToken) Method

Executes a Query against the service and returns the number of features that satisfy the query.
param options An object with the following properties.
ArcGIS Maps SDK for JavaScript

public System.Threading.Tasks.Task<System.Nullable<int>> QueryFeatureCount(dymaptic.GeoBlazor.Core.Model.Query query, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken));

Parameters

query dymaptic.GeoBlazor.Core.Model.Query

Specifies the attributes and spatial filter of the query. When no parameters are passed to this method, all features in the client are returned. To only return features visible in the view, set the geometry parameter in the query object to the view’s extent.

cancellationToken System.Threading.CancellationToken

The CancellationToken to cancel an asynchronous operation.

Returns

System.Threading.Tasks.Task<System.Nullable<System.Int32>>

CatalogLayer.QueryFeatures(Query, CancellationToken) Method

Executes a Query against the service and returns a FeatureSet once the promise resolves.
param options An object with the following properties.
ArcGIS Maps SDK for JavaScript

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Model.FeatureSet?> QueryFeatures(dymaptic.GeoBlazor.Core.Model.Query query, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken));

Parameters

query dymaptic.GeoBlazor.Core.Model.Query

Specifies the attributes and spatial filter of the query. When no parameters are passed to this method, all features in the client are returned. To only return features visible in the view, set the geometry parameter in the query object to the view’s extent.

cancellationToken System.Threading.CancellationToken

The CancellationToken to cancel an asynchronous operation.

Returns

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Model.FeatureSet>

CatalogLayer.QueryObjectIds(Query, CancellationToken) Method

Executes a Query against the service and returns an array of Object IDs for features that satisfy the input query.
param options An object with the following properties.
ArcGIS Maps SDK for JavaScript

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Model.ObjectId[]?> QueryObjectIds(dymaptic.GeoBlazor.Core.Model.Query query, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken));

Parameters

query dymaptic.GeoBlazor.Core.Model.Query

Specifies the attributes and spatial filter of the query. When no parameters are passed to this method, all features in the client are returned. To only return features visible in the view, set the geometry parameter in the query object to the view’s extent.

cancellationToken System.Threading.CancellationToken

The CancellationToken to cancel an asynchronous operation.

Returns

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Model.ObjectId[]>

CatalogLayer.Refresh() Method

Fetches all the data for the layer.
ArcGIS Maps SDK for JavaScript

public override System.Threading.Tasks.ValueTask Refresh();

Implements Refresh()

Returns

System.Threading.Tasks.ValueTask

CatalogLayer.RemoveFromOrderBy(OrderByInfo[]) Method

Asynchronously remove an element from the OrderBy property.

public System.Threading.Tasks.Task RemoveFromOrderBy(params dymaptic.GeoBlazor.Core.Components.OrderByInfo[] values);

Parameters

values dymaptic.GeoBlazor.Core.Components.OrderByInfo[]

The elements to remove.

Implements RemoveFromOrderBy(OrderByInfo[])

Returns

System.Threading.Tasks.Task

CatalogLayer.RemoveFromOutFields(string[]) Method

Asynchronously remove an element from the OutFields property.

public System.Threading.Tasks.Task RemoveFromOutFields(params string[] values);

Parameters

values System.String[]

The elements to remove.

Returns

System.Threading.Tasks.Task

CatalogLayer.SetApiKey(string) Method

Asynchronously set the value of the ApiKey property after render.

public System.Threading.Tasks.Task SetApiKey(string? value);

Parameters

value System.String

The value to set.

Implements SetApiKey(string)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetBlendMode(Nullable) Method

Asynchronously set the value of the BlendMode property after render.

public System.Threading.Tasks.Task SetBlendMode(System.Nullable<dymaptic.GeoBlazor.Core.Enums.BlendMode> value);

Parameters

value System.Nullable<dymaptic.GeoBlazor.Core.Enums.BlendMode>

The value to set.

Implements SetBlendMode(Nullable<BlendMode>)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetCopyright(string) Method

Asynchronously set the value of the Copyright property after render.

public System.Threading.Tasks.Task SetCopyright(string? value);

Parameters

value System.String

The value to set.

Implements SetCopyright(string)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetCustomParameters(Dictionary<string,object>) Method

Asynchronously set the value of the CustomParameters property after render.

public System.Threading.Tasks.Task SetCustomParameters(System.Collections.Generic.Dictionary<string,object>? value);

Parameters

value System.Collections.Generic.Dictionary<System.String,System.Object>

The value to set.

Implements SetCustomParameters(Dictionary<string,object>)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetDateFieldsTimeZone(string) Method

Asynchronously set the value of the DateFieldsTimeZone property after render.

public System.Threading.Tasks.Task SetDateFieldsTimeZone(string? value);

Parameters

value System.String

The value to set.

Implements SetDateFieldsTimeZone(string)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetDefinitionExpression(string) Method

Asynchronously set the value of the DefinitionExpression property after render.

public System.Threading.Tasks.Task SetDefinitionExpression(string? value);

Parameters

value System.String

The value to set.

Implements SetDefinitionExpression(string)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetDisplayField(string) Method

Asynchronously set the value of the DisplayField property after render.

public System.Threading.Tasks.Task SetDisplayField(string? value);

Parameters

value System.String

The value to set.

Implements SetDisplayField(string)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetDisplayFilterEnabled(Nullable) Method

Asynchronously set the value of the DisplayFilterEnabled property after render.

public System.Threading.Tasks.Task SetDisplayFilterEnabled(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Implements SetDisplayFilterEnabled(Nullable<bool>)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetDisplayFilterInfo(DisplayFilterInfo) Method

Asynchronously set the value of the DisplayFilterInfo property after render.

public System.Threading.Tasks.Task SetDisplayFilterInfo(dymaptic.GeoBlazor.Core.Components.DisplayFilterInfo? value);

Parameters

value dymaptic.GeoBlazor.Core.Components.DisplayFilterInfo

The value to set.

Implements SetDisplayFilterInfo(DisplayFilterInfo)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetEffect(Effect) Method

Asynchronously set the value of the Effect property after render.

public System.Threading.Tasks.Task SetEffect(dymaptic.GeoBlazor.Core.Model.Effect? value);

Parameters

value dymaptic.GeoBlazor.Core.Model.Effect

The value to set.

Implements SetEffect(Effect)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetElevationInfo(FeatureLayerBaseElevationInfo) Method

Asynchronously set the value of the ElevationInfo property after render.

public System.Threading.Tasks.Task SetElevationInfo(dymaptic.GeoBlazor.Core.Components.FeatureLayerBaseElevationInfo? value);

Parameters

value dymaptic.GeoBlazor.Core.Components.FeatureLayerBaseElevationInfo

The value to set.

Implements SetElevationInfo(FeatureLayerBaseElevationInfo)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetFloorInfo(LayerFloorInfo) Method

Asynchronously set the value of the FloorInfo property after render.

public System.Threading.Tasks.Task SetFloorInfo(dymaptic.GeoBlazor.Core.Components.LayerFloorInfo? value);

Parameters

value dymaptic.GeoBlazor.Core.Components.LayerFloorInfo

The value to set.

Implements SetFloorInfo(LayerFloorInfo)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetGdbVersion(string) Method

Asynchronously set the value of the GdbVersion property after render.

public System.Threading.Tasks.Task SetGdbVersion(string? value);

Parameters

value System.String

The value to set.

Implements SetGdbVersion(string)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetHasM(Nullable) Method

Asynchronously set the value of the HasM property after render.

public System.Threading.Tasks.Task SetHasM(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Implements SetHasM(Nullable<bool>)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetHasZ(Nullable) Method

Asynchronously set the value of the HasZ property after render.

public System.Threading.Tasks.Task SetHasZ(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Implements SetHasZ(Nullable<bool>)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetHistoricMoment(Nullable) Method

Asynchronously set the value of the HistoricMoment property after render.

public System.Threading.Tasks.Task SetHistoricMoment(System.Nullable<System.DateTime> value);

Parameters

value System.Nullable<System.DateTime>

The value to set.

Implements SetHistoricMoment(Nullable<DateTime>)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetLayerIndex(Nullable) Method

Asynchronously set the value of the LayerIndex property after render.

public System.Threading.Tasks.Task SetLayerIndex(System.Nullable<int> value);

Parameters

value System.Nullable<System.Int32>

The value to set.

Implements SetLayerIndex(Nullable<int>)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetLegendEnabled(Nullable) Method

Asynchronously set the value of the LegendEnabled property after render.

public System.Threading.Tasks.Task SetLegendEnabled(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

CatalogLayer.SetMaxScale(Nullable) Method

Asynchronously set the value of the MaxScale property after render.

public System.Threading.Tasks.Task SetMaxScale(System.Nullable<double> value);

Parameters

value System.Nullable<System.Double>

The value to set.

Implements SetMaxScale(Nullable<double>)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetMinScale(Nullable) Method

Asynchronously set the value of the MinScale property after render.

public System.Threading.Tasks.Task SetMinScale(System.Nullable<double> value);

Parameters

value System.Nullable<System.Double>

The value to set.

Implements SetMinScale(Nullable<double>)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetObjectIdField(string) Method

Asynchronously set the value of the ObjectIdField property after render.

public System.Threading.Tasks.Task SetObjectIdField(string? value);

Parameters

value System.String

The value to set.

Implements SetObjectIdField(string)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetOrderBy(IReadOnlyList) Method

Asynchronously set the value of the OrderBy property after render.

public System.Threading.Tasks.Task SetOrderBy(System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.OrderByInfo>? value);

Parameters

value System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.OrderByInfo>

The value to set.

Implements SetOrderBy(IReadOnlyList<OrderByInfo>)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetOutFields(IReadOnlyList) Method

Asynchronously set the value of the OutFields property after render.

public System.Threading.Tasks.Task SetOutFields(System.Collections.Generic.IReadOnlyList<string>? value);

Parameters

value System.Collections.Generic.IReadOnlyList<System.String>

The value to set.

Returns

System.Threading.Tasks.Task

CatalogLayer.SetPersistenceEnabled(Nullable) Method

Asynchronously set the value of the PersistenceEnabled property after render.

public System.Threading.Tasks.Task SetPersistenceEnabled(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Implements SetPersistenceEnabled(Nullable<bool>)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetPortalItem(PortalItem) Method

Asynchronously set the value of the PortalItem property after render.

public System.Threading.Tasks.Task SetPortalItem(dymaptic.GeoBlazor.Core.Components.PortalItem? value);

Parameters

value dymaptic.GeoBlazor.Core.Components.PortalItem

The value to set.

Implements SetPortalItem(PortalItem)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetRefreshInterval(Nullable) Method

Asynchronously set the value of the RefreshInterval property after render.

public System.Threading.Tasks.Task SetRefreshInterval(System.Nullable<double> value);

Parameters

value System.Nullable<System.Double>

The value to set.

Implements SetRefreshInterval(Nullable<double>)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetReturnM(Nullable) Method

Asynchronously set the value of the ReturnM property after render.

public System.Threading.Tasks.Task SetReturnM(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Implements SetReturnM(Nullable<bool>)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetReturnZ(Nullable) Method

Asynchronously set the value of the ReturnZ property after render.

public System.Threading.Tasks.Task SetReturnZ(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Implements SetReturnZ(Nullable<bool>)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetSourceJSON(string) Method

Asynchronously set the value of the SourceJSON property after render.

public System.Threading.Tasks.Task SetSourceJSON(string? value);

Parameters

value System.String

The value to set.

Implements SetSourceJSON(string)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetSpatialReference(SpatialReference) Method

Asynchronously set the value of the SpatialReference property after render.

public System.Threading.Tasks.Task SetSpatialReference(dymaptic.GeoBlazor.Core.Components.SpatialReference? value);

Parameters

value dymaptic.GeoBlazor.Core.Components.SpatialReference

The value to set.

Implements SetSpatialReference(SpatialReference)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetTimeExtent(TimeExtent) Method

Asynchronously set the value of the TimeExtent property after render.

public System.Threading.Tasks.Task SetTimeExtent(dymaptic.GeoBlazor.Core.Components.TimeExtent? value);

Parameters

value dymaptic.GeoBlazor.Core.Components.TimeExtent

The value to set.

Implements SetTimeExtent(TimeExtent)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetTimeInfo(TimeInfo) Method

Asynchronously set the value of the TimeInfo property after render.

public System.Threading.Tasks.Task SetTimeInfo(dymaptic.GeoBlazor.Core.Components.TimeInfo? value);

Parameters

value dymaptic.GeoBlazor.Core.Components.TimeInfo

The value to set.

Implements SetTimeInfo(TimeInfo)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetTimeOffset(TimeInterval) Method

Asynchronously set the value of the TimeOffset property after render.

public System.Threading.Tasks.Task SetTimeOffset(dymaptic.GeoBlazor.Core.Components.TimeInterval? value);

Parameters

value dymaptic.GeoBlazor.Core.Components.TimeInterval

The value to set.

Implements SetTimeOffset(TimeInterval)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetUrl(string) Method

Asynchronously set the value of the Url property after render.

public System.Threading.Tasks.Task SetUrl(string? value);

Parameters

value System.String

The value to set.

Implements SetUrl(string)

Returns

System.Threading.Tasks.Task

CatalogLayer.SetUseViewTime(Nullable) Method

Asynchronously set the value of the UseViewTime property after render.

public System.Threading.Tasks.Task SetUseViewTime(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Implements SetUseViewTime(Nullable<bool>)

Returns

System.Threading.Tasks.Task

CatalogLayer.ValidateRequiredGeneratedChildren() Method

Validates source-generated child components.

public override void ValidateRequiredGeneratedChildren();

Implements ValidateRequiredGeneratedChildren()