Represents the parameters that a script expects when it executes.
These are the formal parameters of the script.
Inheritance Hierarchy
Spotfire.Dxp.Application.ScriptingScriptParameterCollection
Namespace: Spotfire.Dxp.Application.Scripting
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
[SerializableAttribute] [ImmutableAttribute] [NotPersistedAttribute] [FriendVisibleAttribute(true)] public sealed class ScriptParameterCollection : ISerializable, IEnumerable<ScriptParameter>, IEnumerable
The ScriptParameterCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator |
Gets an enumerator for the items in this collection.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Count |
Gets a value that represents the number of script parameters in this collection.
|
Version Information
See Also