ETag<TEntity> Class

Definition

OData ETag of an entity type TEntity.

public class ETag<TEntity> : Microsoft.AspNet.OData.Formatter.ETag
type ETag<'Entity> = class
    inherit ETag
Public Class ETag(Of TEntity)
Inherits ETag

Type Parameters

TEntity

TEntity is the type of entity.

Inheritance
ETag<TEntity>

Constructors

ETag<TEntity>()

Creates an instance of ETag<TEntity>.

Properties

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)
IsIfNoneMatch

Gets or sets whether If-None-Match set in the request header.

(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

ApplyTo(IQueryable)

Apply the ETag to the given IQueryable.

ApplyTo(IQueryable<TEntity>)

Apply the ETag to the given IQueryable<T>.

TryGetMember(GetMemberBinder, Object)

Gets a property value from the ETag.

(Inherited from ETag)
TrySetMember(SetMemberBinder, Object)

Sets a property value to ETag.

(Inherited from ETag)

Applies to