Click or drag to resize

IChoiceFieldItem Interface

Interface to manage the choices on a FieldItem.

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

The IChoiceFieldItem type exposes the following members.

Properties
 NameDescription
Public propertyChoiceType Gets the type of choice this field instance supports.
Top
Methods
 NameDescription
Public methodAddValue(String) Adds the given choice(s) to the list of choices.
Public methodAddValue(String, Char) Splits the value using the delimiter character and adds the unique choices to the list of choices.
Public methodClearValues Remove all the choices in the choice list.
Public methodDeleteValue Removes the given choice from the list of choices.
Public methodGetValues Gets all the choices from the field.
Public methodHasValues Checks if the field has any choices.
Top
See Also