IField |
public interface IFieldContainer<T> : IFieldContainerBase, IContainer
The IFieldContainerT type exposes the following members.
| Name | Description | |
|---|---|---|
| AppFields |
Gets the entire list of application fields accessible
by the script.
(Inherited from IContainer) | |
| Options |
Gets the options associated to the script.
(Inherited from IContainer) | |
| OwnerField |
Gets the FieldItem the container instance belongs to.
(Inherited from IFieldContainerBase) |
| Name | Description | |
|---|---|---|
| LoadOptions |
Performs the load operation for getting the scripts options.
(Inherited from IFieldContainerBase) | |
| Parse | Parses the DocumentItem and outputs a String value for the field. | |
| Setup |
Initializes and setups the container before any items are parsed.
(Inherited from IFieldContainerBase) |