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.
OData ETag of an entity type TEntity.
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
public class ETag<TEntity> : ETag
generic<typename TEntity>
public ref class ETag : ETag
type ETag<'TEntity> = 
    class
        inherit ETag
    end
Public Class ETag(Of TEntity)
    Inherits ETag
Type Parameters
- TEntity
 TEntity is the type of entity.
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | ETag<TEntity>() | Creates an instance of ETag<TEntity>. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | EntityType | Gets or sets an entity type of the ETag.(Inherited from ETag.) | 
| .jpeg) | IsAny | Gets or sets whether the ETag is corresponding to "*".(Inherited from ETag.) | 
| .jpeg) | IsWellFormed | Gets or sets whether the ETag is well-formed.(Inherited from ETag.) | 
| .jpeg) | Item[String] | Gets or sets the value associated with the specified key.(Inherited from ETag.) | 
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)