FormItemCollection Class
Collection of FormItem.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionFormItem
    System.Collections.ObjectModelObservableCollectionFormItem
      Geocortex.Forms.Client.ItemsFormItemCollection

Namespace: Geocortex.Forms.Client.Items
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public class FormItemCollection : ObservableCollection<FormItem>

The FormItemCollection type exposes the following members.

Constructors
  NameDescription
Public methodFormItemCollection
Initializes a new instance of the FormItems class.
Top
Methods
  NameDescription
Public methodAdd (Inherited from CollectionFormItem.)
Public methodClear (Inherited from CollectionFormItem.)
Public methodContains (Inherited from CollectionFormItem.)
Public methodCopyTo (Inherited from CollectionFormItem.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetAllFormItems
Gets a flatten list of FormItem for all items in the collection and their children (when it's a container).
Public methodGetEnumerator (Inherited from CollectionFormItem.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetResults
Gets a flatten list of FormItemResult for all items in the collection and their children (when it's a container).
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from CollectionFormItem.)
Public methodInsert (Inherited from CollectionFormItem.)
Public methodMove (Inherited from ObservableCollectionFormItem.)
Public methodRemove (Inherited from CollectionFormItem.)
Public methodRemoveAt (Inherited from CollectionFormItem.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCount (Inherited from CollectionFormItem.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from CollectionFormItem.)
Top
Events
  NameDescription
Public eventCollectionChanged (Inherited from ObservableCollectionFormItem.)
Top
See Also