EntityInstanceContext.SkipExpensiveAvailabilityChecks Property
Gets or sets a value indicating whether ActionAvailabilityChecks should be performed or not.
Namespace: System.Web.OData
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public bool SkipExpensiveAvailabilityChecks { get; set; }
public:
property bool SkipExpensiveAvailabilityChecks {
bool get();
void set(bool value);
}
member SkipExpensiveAvailabilityChecks : bool with get, set
Public Property SkipExpensiveAvailabilityChecks As Boolean
Property Value
Type: System.Boolean
Remarks
This value is used to tell the formatter whether to check availability of an action before including a link to it. When in a feed we skip this check.
See Also
EntityInstanceContext Class
System.Web.OData Namespace
Return to top