Click or drag to resize

IContainer Interface

Interface to represent a container used to execute scripts.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public interface IContainer

The IContainer type exposes the following members.

Properties
 NameDescription
Public propertyAppFields Gets the entire list of application fields accessible by the script.
Public propertyOptions Gets the options associated to the script.
Top
See Also