Share via


TopQueryValidator Class

Represents a validator used to validate a TopQueryOption based on the ODataValidationSettings.

Inheritance Hierarchy

System.Object
  System.Web.Http.OData.Query.Validators.TopQueryValidator

Namespace:  System.Web.Http.OData.Query.Validators
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
Public Class TopQueryValidator
'Usage
Dim instance As TopQueryValidator
public class TopQueryValidator
public ref class TopQueryValidator
type TopQueryValidator =  class end
public class TopQueryValidator

The TopQueryValidator type exposes the following members.

Constructors

  Name Description
Public method TopQueryValidator Initializes a new instance of the TopQueryValidator 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.)
Public method Validate Validates a TopQueryOption.

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

System.Web.Http.OData.Query.Validators Namespace