ValidationItemCollection Class
A collection of ValidationItems.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionValidationItem
    System.Collections.ObjectModelObservableCollectionValidationItem
      Geocortex.Forms.Client.Items.ValidationValidationItemCollection

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

The ValidationItemCollection type exposes the following members.

Constructors
Methods
  NameDescription
Public methodAdd (Inherited from CollectionValidationItem.)
Public methodClear (Inherited from CollectionValidationItem.)
Public methodContains (Inherited from CollectionValidationItem.)
Public methodCopyTo (Inherited from CollectionValidationItem.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionValidationItem.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from CollectionValidationItem.)
Public methodInsert (Inherited from CollectionValidationItem.)
Public methodMove (Inherited from ObservableCollectionValidationItem.)
Public methodRemove (Inherited from CollectionValidationItem.)
Public methodRemoveAt (Inherited from CollectionValidationItem.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCount (Inherited from CollectionValidationItem.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from CollectionValidationItem.)
Top
Events
  NameDescription
Public eventCollectionChanged (Inherited from ObservableCollectionValidationItem.)
Top
See Also