ETag Class

 

The ETag parsed from request.

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


[DefaultMemberAttribute("Item")]
public ref class ETag : DynamicObject

NameDescription
System_CAPS_pubmethodETag()

Create an instance of ETag.

NameDescription
System_CAPS_pubpropertyEntityType

Gets or sets an entity type of the ETag.

System_CAPS_pubpropertyIsAny

Gets or sets whether the ETag is corresponding to "*".

System_CAPS_pubpropertyIsWellFormed

Gets or sets whether the ETag is well-formed.

System_CAPS_pubpropertyItem[String^]

Gets or sets the value associated with the specified key.

NameDescription
System_CAPS_pubmethodApplyTo(IQueryable^)

Apply the ETag to the given IQueryable.

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.(Overrides DynamicObject::TryGetMember(GetMemberBinder^, Object^).)

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.(Overrides DynamicObject::TrySetMember(SetMemberBinder^, Object^).)

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: