QueryableRestrictionsAnnotation Class
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 | |
---|---|---|
QueryableRestrictionsAnnotation(QueryableRestrictions) | Initializes a new instance of QueryableRestrictionsAnnotation class. |
Properties
Name | Description | |
---|---|---|
Restrictions | Gets the restrictions for the EDM property. |
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.) |
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