Click or drag to resize

IFieldContext Interface

Defines the actions available to a script within a IFieldContainerT.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public interface IFieldContext

The IFieldContext type exposes the following members.

Methods
 NameDescription
Public methodGetField Checks if the given field name exists in the list of fields.
Public methodHasField Gets the FieldItem for the given field name.
Top
See Also