ODataUntypedActionParameters Class

 

ActionPayload holds the Parameter names and values provided by a client in a POST request to invoke a particular Action. The Parameter values are stored in the dictionary keyed using the Parameter name.

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

System::Object
  System.Collections.Generic::Dictionary<TKey, TValue>
    System.Web.Http.OData::ODataUntypedActionParameters

public ref class ODataUntypedActionParameters : Dictionary<String^, Object^>

NameDescription
System_CAPS_pubmethodODataUntypedActionParameters(IEdmFunctionImport^)

Initializes a new instance of the ODataUntypedActionParameters class.

NameDescription
System_CAPS_pubpropertyAction

Gets the OData action of this parameters.

System_CAPS_pubpropertyComparer

(Inherited from Dictionary<TKey, TValue>.)

System_CAPS_pubpropertyCount

(Inherited from Dictionary<TKey, TValue>.)

System_CAPS_pubpropertyItem[TKey]

(Inherited from Dictionary<TKey, TValue>.)

System_CAPS_pubpropertyKeys

(Inherited from Dictionary<TKey, TValue>.)

System_CAPS_pubpropertyValues

(Inherited from Dictionary<TKey, TValue>.)

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: