ETag<TEntity> Class
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 | |
---|---|---|
ETag<TEntity>() | Creates an instance of ETag<TEntity>. |
Properties
Name | Description | |
---|---|---|
EntityType | Gets or sets an entity type of the ETag.(Inherited from ETag.) |
|
IsAny | Gets or sets whether the ETag is corresponding to "*".(Inherited from ETag.) |
|
IsWellFormed | Gets or sets whether the ETag is well-formed.(Inherited from ETag.) |
|
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