ValidationContext Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the ValidationContext class.
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 | |
---|---|---|
ValidationContext(array<String[], ModelElement) | Initializes a new instance of the ValidationContext class that has a specific model element to validate. | |
ValidationContext(array<String[], IEnumerable<ModelElement>) | Ctor | |
ValidationContext(ValidationCategories, ModelElement) | Constructor | |
ValidationContext(ValidationCategories, IEnumerable<ModelElement>) | Constructor |
Top