ValidationContext Methods
The ValidationContext type exposes the following members.
| Name | Description | |
|---|---|---|
| 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 the elements in the validation message collection. |
| 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. |
| GetParentPropertyElementByName | |
| 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 element that contains an element collection. |
| GetRootById | Gets a ValidationMessageCollection class instance based on the ID of a root 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 Id's 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 elements that contains an element collection in the validation message collection. |
| GetType | (Inherited from Object.) |
| LogViolation | Adds a message to the validation message collection. |
| MemberwiseClone | (Inherited from Object.) |
| PopParentProperty | Removes the top ModelElement class instance from the stack. |
| PushParentProperty | Inserts a ModelElement class instance at the top of the stack . |
| ToString | (Inherited from Object.) |
Community Additions
ADD
Show: