FunctionLinkBuilder Class
FunctionLinkBuilder can be used to annotate an Function. This is how formatters create links to invoke bound functions.
Assembly: System.Web.OData (in System.Web.OData.dll)
| Name | Description | |
|---|---|---|
![]() | FunctionLinkBuilder(Func<EntityInstanceContext^, Uri^>^, Boolean) | Create a new FunctionLinkBuilder based on an functionLinkFactory. |
| Name | Description | |
|---|---|---|
![]() | FollowsConventions | Gets a boolean indicating whether the link factory follows OData conventions or not. |
| Name | Description | |
|---|---|---|
![]() | BuildFunctionLink(EntityInstanceContext^) | Builds the function link for the given entity. |
![]() ![]() | CreateFunctionLinkFactory(Func<EntityInstanceContext^, Uri^>^, Func<EntityInstanceContext^, Boolean>^) | Creates an function link factory that builds an function link, but only when appropriate based on the expensiveAvailabilityCheck, and whether expensive checks should be made, which is deduced by looking at the EntityInstanceContext.SkipExpensiveFunctionAvailabilityChecks property. |
![]() | 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



