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 | |
---|---|---|
OperationParameter | Initializes a new instance of the OperationParameter class. |
Top
Properties
Name | Description | |
---|---|---|
Name | Gets or sets the name of the operation parameter. | |
Value | Gets or sets the value of the operation parameter. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.