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: 7.6.1.3-5cb5c356
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