EntitySetLinkBuilderAnnotation Class

 

EntitySetLinkBuilderAnnotation is a class used to annotate an IEdmEntitySet inside an IEdmModel with information about how to build links related to that entity set.

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

System::Object
  System.Web.Http.OData.Builder::EntitySetLinkBuilderAnnotation

public ref class EntitySetLinkBuilderAnnotation 

NameDescription
System_CAPS_pubmethodEntitySetLinkBuilderAnnotation()

Initializes a new instance of the EntitySetLinkBuilderAnnotation class.

System_CAPS_pubmethodEntitySetLinkBuilderAnnotation(EntitySetConfiguration^)

Constructs an instance of an EntitySetLinkBuilderAnnotation from an EntitySetConfiguration.

System_CAPS_pubmethodEntitySetLinkBuilderAnnotation(IEdmEntitySet^, Func<FeedContext^, Uri^>^, SelfLinkBuilder<String^>^, SelfLinkBuilder<Uri^>^, SelfLinkBuilder<Uri^>^)

Constructs an instance of an EntitySetLinkBuilderAnnotation.

System_CAPS_pubmethodEntitySetLinkBuilderAnnotation(IEdmEntitySet^, IEdmModel^)

Initializes a new instance of the EntitySetLinkBuilderAnnotation class.

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: