ValidationMessageCollection Methods

The ValidationMessageCollection type exposes the following members.

  NameDescription
Public method Add (Inherited from Collection<ValidationMessage>.)
Protected method BlockReentrancy (Inherited from ObservableCollection<ValidationMessage>.)
Protected method CheckReentrancy (Inherited from ObservableCollection<ValidationMessage>.)
Public method Clear (Inherited from Collection<ValidationMessage>.)
Protected method ClearItems (Overrides ObservableCollection<T>.ClearItems().)
Public method Contains (Inherited from Collection<ValidationMessage>.)
Public method CopyTo (Inherited from Collection<ValidationMessage>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetElementByName Gets a ValidationMessageCollection class instance based on the name of an element.
Public method GetElementList Gets the name of all elements in the validation message collection.
Public method GetEnumerator (Inherited from Collection<ValidationMessage>.)
Public method GetHashCode (Inherited from Object.)
Public method GetParentElementById Gets a ValidationMessageCollection class instance based on the ID of a parent element.
Public method GetParentElementByName Gets a ValidationMessageCollection class instance based on the name of a parent element.
Public method GetParentElementIdList Gets the IDs of all parent elements in the validation message collection.
Public method GetParentElementList Gets the name of all parent elements in the validation message collection.
Public method GetPropertyType Gets a ValidationMessageCollection class instance based on the name of a property type.
Public method GetPropertyTypeList Gets the name of all property types in the validation message collection.
Public method GetRoot Gets a ValidationMessageCollection class instance based on the name of a root model element that contains an element collection.
Public method GetRootById Gets a ValidationMessageCollection class instance based on the ID of a root model element that contains an element collection.
Public method GetRootElement Gets a ValidationMessageCollection class instance based on the name of a root element.
Public method GetRootElementById Gets a ValidationMessageCollection class instance based on the ID of a root element.
Public method GetRootElementIdList Gets the IDs of all root elements in the validation message collection.
Public method GetRootElementList Gets the name of all root elements in the validation message collection.
Public method GetRootList Gets the name of all root model elements that contains an element collection in the validation message collection.
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from Collection<ValidationMessage>.)
Public method Insert (Inherited from Collection<ValidationMessage>.)
Protected method InsertItem (Overrides ObservableCollection<T>.InsertItem(Int32, T).)
Protected method MemberwiseClone (Inherited from Object.)
Public method Move (Inherited from ObservableCollection<ValidationMessage>.)
Protected method MoveItem (Inherited from ObservableCollection<ValidationMessage>.)
Protected method OnCollectionChanged (Inherited from ObservableCollection<ValidationMessage>.)
Protected method OnPropertyChanged (Inherited from ObservableCollection<ValidationMessage>.)
Public method Remove (Inherited from Collection<ValidationMessage>.)
Public method RemoveAt (Inherited from Collection<ValidationMessage>.)
Protected method RemoveItem (Overrides ObservableCollection<T>.RemoveItem(Int32).)
Protected method SetItem (Inherited from ObservableCollection<ValidationMessage>.)
Public method ToString (Inherited from Object.)
Top

  NameDescription
Explicit interface implemetation Private method IList.Add (Inherited from Collection<ValidationMessage>.)
Explicit interface implemetation Private method IList.Contains (Inherited from Collection<ValidationMessage>.)
Explicit interface implemetation Private method ICollection.CopyTo (Inherited from Collection<ValidationMessage>.)
Explicit interface implemetation Private method IEnumerable.GetEnumerator (Inherited from Collection<ValidationMessage>.)
Explicit interface implemetation Private method IList.IndexOf (Inherited from Collection<ValidationMessage>.)
Explicit interface implemetation Private method IList.Insert (Inherited from Collection<ValidationMessage>.)
Explicit interface implemetation Private method IList.Remove (Inherited from Collection<ValidationMessage>.)
Top

Community Additions

ADD
Show: