SelfLinkBuilder<T> Class
Encapsulates a self link factory and whether the link factory follows conventions or not.
Assembly: System.Web.OData (in System.Web.OData.dll)
| Name | Description | |
|---|---|---|
![]() | SelfLinkBuilder<T>(Func<EntityInstanceContext^, T>^, Boolean) | Constructs a new instance of SelfLinkBuilder<T>. |
| Name | Description | |
|---|---|---|
![]() | Factory | Gets the factory for generating links. |
![]() | FollowsConventions | Gets a boolean indicating whether the link factory follows OData conventions or not. |
| 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


