ValidationRule Class
Represents a semantic validation rule.
Inheritance Hierarchy
System.Object
Microsoft.Data.Edm.Validation.ValidationRule
Microsoft.Data.Edm.Validation.ValidationRule<TItem>
Namespace: Microsoft.Data.Edm.Validation
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public MustInherit Class ValidationRule
'Usage
Dim instance As ValidationRule
public abstract class ValidationRule
public ref class ValidationRule abstract
[<AbstractClassAttribute>]
type ValidationRule = class end
public abstract class ValidationRule
The ValidationRule type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ValidationRule | Creates a new instance of the ValidationRule class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.