IScriptContainer Interface | ![]() |
Namespace: Compiled.EDD.Scripting
public interface IScriptContainer : IContainer
The IScriptContainer type exposes the following members.
Name | Description | |
---|---|---|
![]() | AppFields |
Gets the entire list of application fields accessible
by the script.
(Inherited from IContainer.) |
![]() | Options |
Gets the options associated to the script.
(Inherited from IContainer.) |
![]() | Report |
Gets the reported generated by the script.
|
Name | Description | |
---|---|---|
![]() | LoadOptions |
Performs the load operation for getting the scripts options.
|
![]() | LoadReport |
Performs the load operation for retrieving a ScriptReport.
|
![]() | Run |
Runs the specified script context.
|