Click or drag to resize

FieldItem Class

Represents a field that can hold data for a DocumentItem.
Inheritance Hierarchy
SystemObject
  Compiled.EDD.ScriptingFieldItem

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

The FieldItem type exposes the following members.

Properties
 NameDescription
Public propertyDeleted Gets value if the field is Deleted.
Public propertyDisplayName Gets the display name of the field.
Public propertyLevel Gets the associated level of values for the field. Specifically, if the field represents DocumentItem values, PageItem values, or TextItem values.
Public propertyName Gets the name of the field.
Public propertyReadOnly Gets or sets if the field is ReadOnly.
Public propertyScope Gets the scope of the field to the application. Specifically, if the field is created by the application or the user.
Public propertyType Gets the data type associated to the field.
Top
Methods
 NameDescription
Public methodAsChoiceFieldItem If the field is a choice field, provides a mechanism to get this instance of the field as a IChoiceFieldItem.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
Public methodGetHashCodeServes as the default hash function.
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the display name of the field.
(Overrides ObjectToString)
Top
See Also