GeoBlazor Pro


layout: pro title: UpdateWorkflowData parent: Pro Classes grand_parent: GeoBlazor Pro —

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Objects

UpdateWorkflowData Class

This object supports the Editor widget. It contains data for the UpdateWorkflow. This is accessed via the UpdateWorkflow.data.
ArcGIS Maps SDK for JavaScript

public class UpdateWorkflowData : dymaptic.GeoBlazor.Pro.Objects.WorkflowData

Inheritance System.Object 🡒 WorkflowData 🡒 UpdateWorkflowData

Properties

UpdateWorkflowData.Candidates Property

An array of features to be updated. This is only relevant when there are multiple candidates to update.

public dymaptic.GeoBlazor.Core.Components.Layers.Graphic[] Candidates { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Components.Layers.Graphic[]

UpdateWorkflowData.ViewModel Property

The associated EditorViewModel for this workflow.

public dymaptic.GeoBlazor.Pro.Components.Widgets.EditorViewModel ViewModel { get; set; }

Property Value

EditorViewModel