Click or drag to resize

IFieldContainerBase Interface

Base interface to represent a script scoped to a single FieldItem.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
public interface IFieldContainerBase : IContainer

The IFieldContainerBase 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 propertyOwnerField
Gets the FieldItem the container instance belongs to.
Top
Methods
  NameDescription
Public methodLoadOptions
Performs the load operation for getting the scripts options.
Public methodSetup
Initializes and setups the container before any items are parsed.
Top
See Also