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: 7.6.1.3-5cb5c356
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 methodEquals
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the display name of the field.
(Overrides ObjectToString.)
Top
See Also