UnknownTask Class

Spotfire Automation Services 14.2 API Reference
This class is used to represent an task which could not be found in the tasks registry. The serialize and deserialize methods in Job uses extra code to make sure that all data is kept (non-destructive).
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Automation.ExtensionTask
    Spotfire.Dxp.Automation.FrameworkUnknownTask

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 sealed class UnknownTask : Task

The UnknownTask type exposes the following members.

Constructors

  NameDescription
Public methodUnknownTask
Initializes a new instance of the UnknownTask class.
Top
Properties

  NameDescription
Public propertyOriginalElementName
Gets or sets the element name in the original xml. Must not be changed before reserializing.
Public propertyOriginalNamespace
Gets or sets the namespace in the original xml Must not be changed before reserializing.
Public propertyUnknownTaskAttributes
Gets or sets the attributes of the unregistered task.
Public propertyUnknownTaskElements
Gets or sets the keeper elements of the unregistered task.
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