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: 7.6.1.3-5cb5c356
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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets 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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also