ValidationMessageCollection Methods
The ValidationMessageCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | (Inherited from Collection<ValidationMessage>.) |
| BlockReentrancy | (Inherited from ObservableCollection<ValidationMessage>.) |
| CheckReentrancy | (Inherited from ObservableCollection<ValidationMessage>.) |
| Clear | (Inherited from Collection<ValidationMessage>.) |
| ClearItems | (Overrides ObservableCollection<T>.ClearItems().) |
| Contains | (Inherited from Collection<ValidationMessage>.) |
| CopyTo | (Inherited from Collection<ValidationMessage>.) |
| Equals | (Inherited from Object.) |
| Finalize | (Inherited from Object.) |
| GetElementByName | Gets a ValidationMessageCollection class instance based on the name of an element. |
| GetElementList | Gets the name of all elements in the validation message collection. |
| GetEnumerator | (Inherited from Collection<ValidationMessage>.) |
| GetHashCode | (Inherited from Object.) |
| GetParentElementById | Gets a ValidationMessageCollection class instance based on the ID of a parent element. |
| GetParentElementByName | Gets a ValidationMessageCollection class instance based on the name of a parent element. |
| GetParentElementIdList | Gets the IDs of all parent elements in the validation message collection. |
| GetParentElementList | Gets the name of all parent elements in the validation message collection. |
| GetPropertyType | Gets a ValidationMessageCollection class instance based on the name of a property type. |
| GetPropertyTypeList | Gets the name of all property types in the validation message collection. |
| GetRoot | Gets a ValidationMessageCollection class instance based on the name of a root model element that contains an element collection. |
| GetRootById | Gets a ValidationMessageCollection class instance based on the ID of a root model element that contains an element collection. |
| GetRootElement | Gets a ValidationMessageCollection class instance based on the name of a root element. |
| GetRootElementById | Gets a ValidationMessageCollection class instance based on the ID of a root element. |
| GetRootElementIdList | Gets the IDs of all root elements in the validation message collection. |
| GetRootElementList | Gets the name of all root elements in the validation message collection. |
| GetRootList | Gets the name of all root model elements that contains an element collection in the validation message collection. |
| GetType | (Inherited from Object.) |
| IndexOf | (Inherited from Collection<ValidationMessage>.) |
| Insert | (Inherited from Collection<ValidationMessage>.) |
| InsertItem | (Overrides ObservableCollection<T>.InsertItem(Int32, T).) |
| MemberwiseClone | (Inherited from Object.) |
| Move | (Inherited from ObservableCollection<ValidationMessage>.) |
| MoveItem | (Inherited from ObservableCollection<ValidationMessage>.) |
| OnCollectionChanged | (Inherited from ObservableCollection<ValidationMessage>.) |
| OnPropertyChanged | (Inherited from ObservableCollection<ValidationMessage>.) |
| Remove | (Inherited from Collection<ValidationMessage>.) |
| RemoveAt | (Inherited from Collection<ValidationMessage>.) |
| RemoveItem | (Overrides ObservableCollection<T>.RemoveItem(Int32).) |
| SetItem | (Inherited from ObservableCollection<ValidationMessage>.) |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| IList.Add | (Inherited from Collection<ValidationMessage>.) |
| IList.Contains | (Inherited from Collection<ValidationMessage>.) |
| ICollection.CopyTo | (Inherited from Collection<ValidationMessage>.) |
| IEnumerable.GetEnumerator | (Inherited from Collection<ValidationMessage>.) |
| IList.IndexOf | (Inherited from Collection<ValidationMessage>.) |
| IList.Insert | (Inherited from Collection<ValidationMessage>.) |
| IList.Remove | (Inherited from Collection<ValidationMessage>.) |
Community Additions
ADD
Show: