Represents an annotation to add the queryable restrictions 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.QueryableRestrictionsAnnotation
Syntax
public class QueryableRestrictionsAnnotation
public ref class QueryableRestrictionsAnnotation 
type QueryableRestrictionsAnnotation = class end
Public Class QueryableRestrictionsAnnotation
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | QueryableRestrictionsAnnotation(QueryableRestrictions) | Initializes a new instance of QueryableRestrictionsAnnotation class. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Restrictions | Gets the restrictions for the EDM property. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | 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
Return to top