Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
| .jpeg) | ETag() | Create an instance of ETag. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | EntityType | Gets or sets an entity type of the ETag. | 
| .jpeg) | IsAny | Gets or sets whether the ETag is corresponding to "*". | 
| .jpeg) | IsWellFormed | Gets or sets whether the ETag is well-formed. | 
| .jpeg) | 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
.jpeg)