Click or drag to resize

IFieldContext Interface

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
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