FeedContext Class
Contains context information about the feed currently being serialized.
Namespace: System.Web.OData
Assembly: System.Web.OData (in System.Web.OData.dll)
Inheritance Hierarchy
System.Object
System.Web.OData.FeedContext
Syntax
public class FeedContext
public ref class FeedContext
type FeedContext = class end
Public Class FeedContext
Constructors
Name | Description | |
---|---|---|
FeedContext() |
Properties
Name | Description | |
---|---|---|
EntitySetBase | Gets the IEdmEntitySetBase this instance belongs to. |
|
FeedInstance | Gets the value of this feed instance. |
|
Request | Gets or sets the HTTP request that caused this instance to be generated. |
|
RequestContext | Gets or sets the request context. |
|
Url | Gets or sets the UrlHelper to be used for generating links while serializing this feed instance. |
Methods
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.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Return to top