ScriptParameterCollection Class

Spotfire 14.3 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: 65.0.19510.3242 (65.0.19510.3242)
Syntax

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

The ScriptParameterCollection type exposes the following members.

Constructors

  NameDescription
Public methodScriptParameterCollection
Initializes a new instance of the ScriptParameterCollection class.
Top
Properties

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

  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEquals(Object)
Determines whether the specified Object, is equal to this instance. Note - for this implementation, two collections are considered equal if they contain the same key value pairs, regardless of the ordering of the keys.
(Overrides ObjectEquals(Object).)
Public methodGetEnumerator
Gets an enumerator for the items in this collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetHashCode
Gets the Hash Code for this ScriptParameterCollection. This function will return the same value for two collections that contain the same elements, independent of the order of the items
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasParameterWithName
Does this ScriptParameterCollection contain a parameter with the supplied name?
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: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference