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)

System::Object
  System.Web.OData::QueryableRestrictionsAnnotation

public ref class QueryableRestrictionsAnnotation 

NameDescription
System_CAPS_pubmethodQueryableRestrictionsAnnotation(QueryableRestrictions^)

Initializes a new instance of QueryableRestrictionsAnnotation class.

NameDescription
System_CAPS_pubpropertyRestrictions

Gets the restrictions for the EDM property.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: