EdmValidator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Collection of validation methods.
public static class EdmValidator
type EdmValidator = class
Public Module EdmValidator
- Inheritance
-
EdmValidator
Methods
Validate(IEdmModel, IEnumerable<EdmError>) |
Validate the IEdmModel and all of its properties using the current version of the model. If the model has no version, EdmVersionDefault is used. |
Validate(IEdmModel, ValidationRuleSet, IEnumerable<EdmError>) |
Validate the IEdmModel and all of its properties given certain version. |
Validate(IEdmModel, Version, IEnumerable<EdmError>) |
Validate the IEdmModel and all of its properties given certain version. |