FormItem Class
Form item base class.
Inheritance Hierarchy
SystemObject
  Geocortex.Forms.Client.ItemsFormItem
    More...

Namespace: Geocortex.Forms.Client.Items
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public class FormItem : IFormItem, INotifyPropertyChanged, 
	IDataErrorInfo

The FormItem type exposes the following members.

Constructors
  NameDescription
Public methodFormItem
Initializes a new instance of the FormItem class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate
Validates the form item.
Top
Properties
  NameDescription
Public propertyArgumentName
Gets or sets the name of the argument that will be used to store the result of this form item.
Public propertyDisplayName
Gets the display name of the form item.
Public propertyIsValid
Gets or sets a value indicating whether this instance is valid.
Public propertyIsVisible
Gets or sets a value indicating whether this item is visible.
Public propertyItem
Gets the error related to the specified property, if any.
Public propertyItemID
Gets or sets the form item ID.
Public propertyResult
Gets the result of the form item.
Public propertyResultType
Gets the result type of the form item.
Public propertyToolTip
Gets or sets the tooltip of this form item.
Public propertyValidationItems
Gets the collection of validation items.
Top
See Also
Inheritance Hierarchy
SystemObject
  Geocortex.Forms.Client.ItemsFormItem
    Geocortex.Forms.Client.ItemsCheckBoxFormItem
    Geocortex.Forms.Client.ItemsComboBoxFormItem
    Geocortex.Forms.Client.ItemsContainerFormItem
    Geocortex.Forms.Client.ItemsDatePickerFormItem
    Geocortex.Forms.Client.ItemsFilePickerFormItem
    Geocortex.Forms.Client.ItemsHyperlinkFormItem
    Geocortex.Forms.Client.ItemsImageFormItem
    Geocortex.Forms.Client.ItemsLabelFormItem
    Geocortex.Forms.Client.ItemsListBoxFormItem
    Geocortex.Forms.Client.ItemsMarkdownFormItem
    Geocortex.Forms.Client.ItemsRadioButtonFormItem
    Geocortex.Forms.Client.ItemsTextBoxFormItem
    Geocortex.Forms.Client.ItemsTimePickerFormItem