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
System_CAPS_pubmethod QueryableRestrictionsAnnotation(QueryableRestrictions)

Initializes a new instance of QueryableRestrictionsAnnotation class.

Properties

Name Description
System_CAPS_pubproperty Restrictions

Gets the restrictions for the EDM property.

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