ETag Class
The ETag parsed from request.
Namespace: System.Web.Http.OData.Formatter
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Inheritance Hierarchy
System.Object
System.Dynamic.DynamicObject
System.Web.Http.OData.Formatter.ETag
System.Web.Http.OData.Formatter.ETag<TEntity>
Syntax
[DefaultMemberAttribute("Item")]
public class ETag : DynamicObject
[DefaultMemberAttribute("Item")]
public ref class ETag : DynamicObject
[<DefaultMemberAttribute("Item")>]
type ETag =
class
inherit DynamicObject
end
<DefaultMemberAttribute("Item")>
Public Class ETag
Inherits DynamicObject
Constructors
Name | Description | |
---|---|---|
ETag() | Instantiates an instance of the ETag. |
Properties
Name | Description | |
---|---|---|
EntityType | Gets or sets the entity type of the ETag. |
|
IsAny | Gets or sets whether the ETag correspondings to "*". |
|
IsWellFormed | Gets or sets whether the ETag is well-formed. |
|
Item[String] | Gets or sets the value associated with the specified key. |
Methods
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
System.Web.Http.OData.Formatter Namespace
Return to top