ValidationRuleSet 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.
A set of rules to run during validation.
public sealed class ValidationRuleSet : System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.Validation.ValidationRule>
type ValidationRuleSet = class
interface seq<ValidationRule>
interface IEnumerable
Public NotInheritable Class ValidationRuleSet
Implements IEnumerable(Of ValidationRule)
- Inheritance
-
ValidationRuleSet
- Implements
Constructors
ValidationRuleSet(IEnumerable<ValidationRule>, IEnumerable<ValidationRule>) |
Initializes a new instance of the ValidationRuleSet class. |
ValidationRuleSet(IEnumerable<ValidationRule>) |
Initializes a new instance of the ValidationRuleSet class. |
Methods
GetEdmModelRuleSet(Version) |
Gets the default validation ruleset for the given version. |
GetEnumerator() |
Gets all of the rules in this ruleset. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets all of the rules in this ruleset. |