Click or drag to resize

IScriptContainer Interface

Interface to represent a script scoped to a DocumentItem set.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
public interface IScriptContainer : IContainer

The IScriptContainer type exposes the following members.

Properties
  NameDescription
Public propertyAppFields
Gets the entire list of application fields accessible by the script.
(Inherited from IContainer.)
Public propertyOptions
Gets the options associated to the script.
(Inherited from IContainer.)
Public propertyReport
Gets the reported generated by the script.
Top
Methods
  NameDescription
Public methodLoadOptions
Performs the load operation for getting the scripts options.
Public methodLoadReport
Performs the load operation for retrieving a ScriptReport.
Public methodRun
Runs the specified script context.
Top
See Also