Click or drag to resize

FieldContainerT Class

FieldContainer is responsible for executing a scripted field assigned a FieldItem.
Inheritance Hierarchy
SystemObject
  Compiled.EDD.ScriptingFieldContainerT

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

Type Parameters

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

The FieldContainerT 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.
Public propertyOwnerField Gets the FieldItem the container instance belongs to.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodLoadOptions Performs the load operation for getting the scripts options.
Public methodParse Parses the DocumentItem and outputs the type value for the field.
Public methodSetup Initializes and setups the container before any items are parsed.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also