ETag<TEntity> Class

 

OData ETag of an entity type TEntity.

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

System::Object
  System.Dynamic::DynamicObject
    System.Web.OData.Formatter::ETag
      System.Web.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>()

Creates an instance of ETag<TEntity>.

NameDescription
System_CAPS_pubpropertyEntityType

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

System_CAPS_pubpropertyIsAny

Gets or sets whether the ETag is corresponding 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.)

NameDescription
System_CAPS_pubmethodApplyTo(IQueryable^)
System_CAPS_pubmethodApplyTo(IQueryable<TEntity>^)

Apply the ETag to the given IQueryable<T>.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetDynamicMemberNames()

(Inherited from DynamicObject.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetMetaObject(Expression^)

(Inherited from DynamicObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTryBinaryOperation(BinaryOperationBinder^, Object^, Object^)

(Inherited from DynamicObject.)

System_CAPS_pubmethodTryConvert(ConvertBinder^, Object^)

(Inherited from DynamicObject.)

System_CAPS_pubmethodTryCreateInstance(CreateInstanceBinder^, array<Object^>^, Object^)

(Inherited from DynamicObject.)

System_CAPS_pubmethodTryDeleteIndex(DeleteIndexBinder^, array<Object^>^)

(Inherited from DynamicObject.)

System_CAPS_pubmethodTryDeleteMember(DeleteMemberBinder^)

(Inherited from DynamicObject.)

System_CAPS_pubmethodTryGetIndex(GetIndexBinder^, array<Object^>^, Object^)

(Inherited from DynamicObject.)

System_CAPS_pubmethodTryGetMember(GetMemberBinder^, Object^)

Gets a property value from the ETag.(Inherited from ETag.)

System_CAPS_pubmethodTryInvoke(InvokeBinder^, array<Object^>^, Object^)

(Inherited from DynamicObject.)

System_CAPS_pubmethodTryInvokeMember(InvokeMemberBinder^, array<Object^>^, Object^)

(Inherited from DynamicObject.)

System_CAPS_pubmethodTrySetIndex(SetIndexBinder^, array<Object^>^, Object^)

(Inherited from DynamicObject.)

System_CAPS_pubmethodTrySetMember(SetMemberBinder^, Object^)

Sets a property value to ETag.(Inherited from ETag.)

System_CAPS_pubmethodTryUnaryOperation(UnaryOperationBinder^, Object^)

(Inherited from DynamicObject.)

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: