ODataUntypedActionParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public class ODataUntypedActionParameters : System.Collections.Generic.Dictionary<string,object>
type ODataUntypedActionParameters = class
inherit Dictionary<string, obj>
Public Class ODataUntypedActionParameters
Inherits Dictionary(Of String, Object)
- Inheritance
-
ODataUntypedActionParameters
Constructors
ODataUntypedActionParameters(IEdmAction) |
Initializes a new instance of the ODataUntypedActionParameters class. |
Properties
Action |
Gets the OData action of this parameters. |