SelfLinkBuilder<T> Class

 

Encapsulates a self link factory and whether the link factory follows conventions or not.

Namespace:   System.Web.Http.OData.Builder
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

System::Object
  System.Web.Http.OData.Builder::SelfLinkBuilder<T>

generic<typename T>
public ref class SelfLinkBuilder 

Type Parameters

T

The type of the self link generated. This should be String for ID links and Uri for read and edit links.

NameDescription
System_CAPS_pubmethodSelfLinkBuilder<T>(Func<EntityInstanceContext^, T>^, Boolean)

Constructs a new instance of SelfLinkBuilder<T>.

NameDescription
System_CAPS_pubpropertyFactory

Gets the factory for generating links.

System_CAPS_pubpropertyFollowsConventions

Gets a boolean indicating whether the link factory follows OData conventions or not.

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: