ETag Class
The ETag parsed from request.
Namespace: System.Web.OData.Formatter
Assembly: System.Web.OData (in System.Web.OData.dll)
Inheritance Hierarchy
System.Object
System.Dynamic.DynamicObject
System.Web.OData.Formatter.ETag
System.Web.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() | Create an instance of ETag. |
Properties
Name | Description | |
---|---|---|
EntityType | Gets or sets an entity type of the ETag. |
|
IsAny | Gets or sets whether the ETag is corresponding 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.OData.Formatter Namespace
Return to top