ScriptParameterCollection Class

TIBCO Spotfire 11.4 API Reference
Represents the parameters that a script expects when it executes. These are the formal parameters of the script.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Application.ScriptingScriptParameterCollection

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

C#
[SerializableAttribute]
[FriendVisibleAttribute(true)]
[ImmutableAttribute]
[NotPersistedAttribute]
public sealed class ScriptParameterCollection : ISerializable, 
	IEnumerable<ScriptParameter>, IEnumerable

The ScriptParameterCollection type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets a value that represents the number of script parameters in this collection.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator
Gets an enumerator for the items in this collection.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
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
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Gets an enumerator for the items in this collection.
Explicit interface implementationPrivate methodISerializableGetObjectData
Implements ISerializable.
Top
Version Information

Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference