Click or drag to resize

IFieldContainerT Interface

Interface to represent a script scoped to a single FieldItem.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public interface IFieldContainer<T> : IFieldContainerBase, 
	IContainer

Type Parameters

T
The value type the container can return a value for.

The IFieldContainerT 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.
(Inherited from IFieldContainerBase)
Top
Methods
 NameDescription
Public methodLoadOptions Performs the load operation for getting the scripts options.
(Inherited from IFieldContainerBase)
Public methodParse Parses the DocumentItem and outputs a String value for the field.
Public methodSetup Initializes and setups the container before any items are parsed.
(Inherited from IFieldContainerBase)
Top
See Also