QueryableRestrictions Class

 

Represents a queryable restriction on an EDM property, including not filterable, not sortable, not navigable, not expandable or not countable.

Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)

Inheritance Hierarchy

System.Object
  System.Web.OData.QueryableRestrictions

Syntax

public class QueryableRestrictions
public ref class QueryableRestrictions 
type QueryableRestrictions = class end
Public Class QueryableRestrictions

Constructors

Name Description
System_CAPS_pubmethod QueryableRestrictions()

Initializes a new instance of the QueryableRestrictions class.

System_CAPS_pubmethod QueryableRestrictions(PropertyConfiguration)

Initializes a new instance of the QueryableRestrictions class.

Properties

Name Description
System_CAPS_pubproperty AutoExpand

Gets or sets whether the property is automatically expanded. default is false.

System_CAPS_pubproperty NonFilterable

Gets or sets whether the property is nonfilterable. default is false.

System_CAPS_pubproperty NotCountable

Gets or sets whether the property is not countable. default is false.

System_CAPS_pubproperty NotExpandable

Gets or sets whether the property is not expandable. default is false.

System_CAPS_pubproperty NotFilterable

Gets or sets whether the property is not filterable. default is false.

System_CAPS_pubproperty NotNavigable

Gets or sets whether the property is not navigable. default is false.

System_CAPS_pubproperty NotSortable

Gets or sets whether the property is not sortable. default is false.

System_CAPS_pubproperty Unsortable

Gets or sets whether the property is unsortable. default is false.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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 Namespace

Return to top