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
Protected method ValidationRule Creates a new instance of the ValidationRule class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.Data.Edm.Validation Namespace