Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Creates a ValidationContext object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
CreateValidationContext(IEnumerable<ModelElement>, ValidationCategories) | Creates a validation context for validation of a list of elements. |
![]() |
CreateValidationContext(IEnumerable<ModelElement>, array<String[]) | Create a context for validation of a collection of model elements. Every validation method that belongs to any of the specified custom categories will be applied to every element in the subjects list. |
Top