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: 9.0.0.0-142fa9725
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