OperationParameter Class

Represents a parameter passed to a service action, service function or a service operation when it is Executed.

Inheritance Hierarchy

System.Object
  System.Data.Services.Client.OperationParameter
    System.Data.Services.Client.BodyOperationParameter
    System.Data.Services.Client.UriOperationParameter

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public MustInherit Class OperationParameter
'Usage
Dim instance As OperationParameter
public abstract class OperationParameter
public ref class OperationParameter abstract
[<AbstractClassAttribute>]
type OperationParameter =  class end
public abstract class OperationParameter

The OperationParameter type exposes the following members.

Constructors

  Name Description
Protected method OperationParameter Initializes a new instance of the OperationParameter class.

Top

Properties

  Name Description
Public property Name Gets or sets the name of the operation parameter.
Public property Value Gets or sets the value of the operation parameter.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

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

See Also

Reference

System.Data.Services.Client Namespace