HtmlTextAreaScript Class

Spotfire 14.3 API Reference
A container for ScriptDefinition objects and parameter values for working with JavaScript scripts in HtmlTextAreas. This is a convenience class for use solely with the API.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Application.ScriptingHtmlTextAreaScript

Namespace:  Spotfire.Dxp.Application.Scripting
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public sealed class HtmlTextAreaScript

The HtmlTextAreaScript type exposes the following members.

Constructors

  NameDescription
Public methodHtmlTextAreaScript
Initializes a new instance of the HtmlTextAreaScript class.
Top
Properties

  NameDescription
Public propertyParameterValues
Gets a copy of the parameter values. The key is the name of the parameter. The value is the value of the parameter.
Public propertyScriptDefinition
Gets the ScriptDefinition instance.
Top
Methods

  NameDescription
Public methodEquals
Compares this HtmlTextAreaScript with the another. Note that this method uses Equivalence for the ScriptDefinition object contained within this instance. Equivalence is defined in IsEquivalentTo(ScriptDefinition).
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0
See Also

Reference