Geocortex.Forms.Client.Items Namespace
 
Classes
  Class Description
Public class AutoCompleteBoxFormItem
Represents an auto complete form item.
Public class CheckBoxFormItem
Represents a CheckBox form item.
Public class ComboBoxFormItem
Represents a ComboBox form item.
Public class ContainerFormItem
Represents a container "Group" of FormItems.
Public class DatePickerFormItem
Represents a date picker form item.
Public class FilePickerFormItem
Represents a file picker form item.
Public class FormItem
Form item base class.
Public class FormItemCollection
Collection of FormItem.
Public class GroupBoxFormItem
Represents a group box form item.
Public class HyperlinkFormItem
Represents a Hyperlink form item.
Public class ImageFormItem
Represents a Image form item.
Public class LabelFormItem
Represents a Label form item.
Public class ListBoxFormItem
Represents a list box form item.
Public class MarkdownFormItem
Represents a Markdown form item.
Public class RadioButtonFormItem
Represents a radio button form item.
Public class TextAreaFormItem
Represents a text area form item.
Public class TextBoxFormItem
Represents a text box form item.
Public class TimePickerFormItem
Represents a TimePicker form item.
Interfaces
  Interface Description
Public interface IDataItems
Interface for FormItem that contain a collection of DataItem such as ComboBoxFormItem.
Public interface IFormItem
Form item interface.
Public interface ILabelContainer
Interface for classes that contain a LabelFormItem
Public interface IQueryTask
Interface for Form Items that use a query task to get their data.