TaskEditingContext Class

Spotfire Automation Services 14.2 API Reference
Context class for Task editor views, providing access to the AnalysisApplication, tags and some other state.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Automation.FrameworkTaskEditingContext

Namespace:  Spotfire.Dxp.Automation.Framework
Assembly:  Spotfire.Dxp.Automation.Framework (in Spotfire.Dxp.Automation.Framework.dll) Version: 64.0.19329.3263 (64.0.19329.3263)
Syntax

C#
public class TaskEditingContext

The TaskEditingContext type exposes the following members.

Properties

  NameDescription
Public propertyApplication
Gets the Spotfire Analysis Application.
Public propertyHasChanged
Gets a value indicating whether the current job has changed since it was loaded or created.
Public propertyShowGuidFields
Gets or sets a value indicating whether the setting for "show GUIDs" in the job editor dialog. When true, task editor fields should show raw GUIDs for tables, columns etc and make then editable. When false, task editor fields should show nice display names readonly. When this value changes, the task editor is reloaded, so you can depend on this value not to change while your editor control is alive.
Public propertyShowGUIDs Obsolete.
Gets or sets a value indicating whether the setting for "show GUIDs" in the job editor dialog. When true, task editor fields should show raw GUIDs for tables, columns etc and make then editable. When false, task editor fields should show nice display names readonly. When this value changes, the task editor is reloaded, so you can depend on this value not to change while your editor control is alive.
Top
Methods

  NameDescription
Public methodNotifyChange
Call whenever the job has changed because of editing (the job itself or any of its tasks).
Top
Version Information

Supported in: 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8, 11.7, 11.6, 11.5, 11.4
See Also

Reference