ValidationResultCollection Members

The ValidationResultCollection type exposes the following members.

Constructors


  Name Description
Public method ValidationResultCollection()()()()
Initializes a new instance of the ValidationResultCollection class.
Public method ValidationResultCollection(IList<(Of <<'(ValidationResult>)>>))
Initializes a new instance of the ValidationResultCollection class.

Methods


  Name Description
Public method Add(String, array<Nullable<(Of <<'(String>)>>)>[]()[][])
Adds a new validation result to the collection
Public method Add(`0) (Inherited from Collection.)
Public method Clear (Inherited from Collection.)
Protected method ClearItems (Inherited from Collection.)
Public method Contains(`0) (Inherited from Collection.)
Public method CopyTo(`0[],System.Int32) (Inherited from Collection.)
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from Collection.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf(`0) (Inherited from Collection.)
Public method Insert(System.Int32,`0) (Inherited from Collection.)
Protected method InsertItem(System.Int32,`0) (Inherited from Collection.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove(`0) (Inherited from Collection.)
Public method RemoveAt(System.Int32) (Inherited from Collection.)
Protected method RemoveItem(System.Int32) (Inherited from Collection.)
Protected method SetItem(System.Int32,`0) (Inherited from Collection.)
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property Count (Inherited from Collection.)
Public property Item(System.Int32) (Inherited from Collection.)
Protected property Items (Inherited from Collection.)