Share via


EdmValidator Class

Definition

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.

Applies to