ValidationMessageCollection Properties
The ValidationMessageCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | (Inherited from Collection<ValidationMessage>.) |
| Element | Gets the ModelElement class instance that the validation is related to. |
| ElementIsParent | Gets or sets a Boolean value that specifies whether the element is the parent. |
| Errors | Gets the number of validation errors. |
| Item | (Inherited from Collection<ValidationMessage>.) |
| Items | (Inherited from Collection<ValidationMessage>.) |
| Messages | Gets the number of validation messages. |
| ParentElement | Gets the parent DesignElement class instance that the validation is related to. |
| PropertyType | Gets the PropertyType class instance that the validation is related to. |
| RootElement | Gets the root DesignElement class instance to which the validation is related. |
| Warnings | Gets the number of validation warnings. |
| Name | Description | |
|---|---|---|
| IList.IsFixedSize | (Inherited from Collection<ValidationMessage>.) |
| ICollection<T>.IsReadOnly | (Inherited from Collection<ValidationMessage>.) |
| IList.IsReadOnly | (Inherited from Collection<ValidationMessage>.) |
| ICollection.IsSynchronized | (Inherited from Collection<ValidationMessage>.) |
| IList.Item | (Inherited from Collection<ValidationMessage>.) |
| ICollection.SyncRoot | (Inherited from Collection<ValidationMessage>.) |
Community Additions
ADD
Show: