ETag<TEntity> Class

 

ETag of an entity type TEntity.

Namespace:   System.Web.Http.OData.Formatter
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

System::Object
  System.Dynamic::DynamicObject
    System.Web.Http.OData.Formatter::ETag
      System.Web.Http.OData.Formatter::ETag<TEntity>

generic<typename TEntity>
public ref class ETag : ETag

Type Parameters

TEntity

TEntity is the type of entity.

NameDescription
System_CAPS_pubmethodETag<TEntity>()

Instantiates an instance of the ETag<TEntity> class.

NameDescription
System_CAPS_pubpropertyEntityType

Gets or sets the entity type of the ETag. (Inherited from ETag.)

System_CAPS_pubpropertyIsAny

Gets or sets whether the ETag correspondings to "*". (Inherited from ETag.)

System_CAPS_pubpropertyIsWellFormed

Gets or sets whether the ETag is well-formed. (Inherited from ETag.)

System_CAPS_pubpropertyItem[String^]

Gets or sets the value associated with the specified key. (Inherited from ETag.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: