CountQueryValidator Class
Represents a validator used to validate a CountQueryOption based on the ODataValidationSettings.
Namespace: System.Web.OData.Query.Validators
Assembly: System.Web.OData (in System.Web.OData.dll)
Inheritance Hierarchy
System.Object
System.Web.OData.Query.Validators.CountQueryValidator
Syntax
public class CountQueryValidator
public ref class CountQueryValidator
type CountQueryValidator = class end
Public Class CountQueryValidator
Constructors
Name | Description | |
---|---|---|
![]() |
CountQueryValidator() |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
![]() |
Validate(CountQueryOption, ODataValidationSettings) | Validates a CountQueryOption. |
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
System.Web.OData.Query.Validators Namespace
Return to top