ScriptParameterCollection Methods

Spotfire 14.3 API Reference

The ScriptParameterCollection type exposes the following members.

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
See Also

Reference