Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FeedContext Class

 

Contains context information about the feed currently being serialized.

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

System::Object
  System.Web.Http.OData::FeedContext

public ref class FeedContext 

NameDescription
System_CAPS_pubpropertyEntitySet

Gets the IEdmEntitySet this instance belongs to.

System_CAPS_pubpropertyFeedInstance

Gets the value of this feed instance.

System_CAPS_pubpropertyRequest

Gets or sets the HTTP request that caused this instance to be generated.

System_CAPS_pubpropertyRequestContext

Gets or sets the request context.

System_CAPS_pubpropertyUrl

Gets or sets the UrlHelper to be used for generating links while serializing this feed instance.

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.)

NameDescription
System_CAPS_pubmethodGenerateFeedSelfLink()

Generates a feed self link following the OData URL conventions for the feed represented by feedContext.(Defined by LinkGenerationHelpers.)

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: