System.Web.OData.Query.Validators Namespace

 

Classes

Class Description
System_CAPS_pubclass CountQueryValidator

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

System_CAPS_pubclass FilterQueryValidator

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

System_CAPS_pubclass ODataQueryValidator

Represents a validator used to validate OData queries based on the ODataValidationSettings.

System_CAPS_pubclass OrderByQueryValidator

Represents a validator used to validate an OrderByQueryOption based on the ODataValidationSettings.

System_CAPS_pubclass SelectExpandQueryValidator

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

System_CAPS_pubclass SkipQueryValidator

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

System_CAPS_pubclass TopQueryValidator

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

Return to top