Click or drag to resize

ScriptContainer Class

ScriptContainer is responsible for hosting and running a script module.
Inheritance Hierarchy
SystemObject
  Compiled.EDD.ScriptingScriptContainer

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public abstract class ScriptContainer : IScriptContainer, 
	IContainer

The ScriptContainer type exposes the following members.

Properties
 NameDescription
Public propertyAppFields Gets the entire list of application fields accessible by the script.
Public propertyContext Gets the IScriptContext applied to the container.
Public propertyMaximumSteps Gets or sets the maximum number of steps the script performs. Used for providing progress.
Public propertyOptions Gets or sets the options available to the script.
Public propertyProgressMode Gets or sets the type of steps the script performs. Used for providing progress.
Public propertyReport Gets or sets the report generated by the script.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodLoadOptions Used to load options and settings derived from ScriptOptions for use with the implemented script.
Public methodLoadReport Used to show a report derived from ScriptReport to the user after script execution.
Public methodProgressStep Used for providing progress manually
Public methodRun Executes the script.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also