FieldContainerT Class |
Namespace: Compiled.EDD.Scripting
public abstract class FieldContainer<T> : IFieldContainer<T>, IFieldContainerBase, IContainer
The FieldContainerT type exposes the following members.
| Name | Description | |
|---|---|---|
| AppFields |
Gets the entire list of application fields accessible
by the script.
| |
| Options |
Gets the options associated to the script.
| |
| OwnerField |
Gets the FieldItem the container instance belongs to.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LoadOptions |
Performs the load operation for getting the scripts options.
| |
| Parse |
Parses the DocumentItem and outputs the type value for the field.
| |
| Setup |
Initializes and setups the container before any items are parsed.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |