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 | |
---|---|---|
TopQueryValidator | Initializes a new instance of the TopQueryValidator 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.) | |
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.