Click or drag to resize

IFieldContainerBaseSetup Method

Initializes and setups the container before any items are parsed.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
void Setup(
	IFieldContext context
)

Parameters

context
Type: Compiled.EDD.ScriptingIFieldContext
The methods available to the script.
Remarks
Setup is required to allow multiple initializations of the script.
See Also