OperationParameter Class
Use this type to represent a parameter on an operation.
Inheritance Hierarchy
System.Object
System.Data.Services.Providers.OperationParameter
System.Data.Services.Providers.ServiceActionParameter
System.Data.Services.Providers.ServiceOperationParameter
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.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 OperationParameter. |
Top
Properties
Name | Description | |
---|---|---|
CustomState | PlaceHolder to hold custom state information about service operation parameter. | |
IsReadOnly | Returns true, if this parameter has been set to read only. Otherwise returns false. | |
Name | Name of parameter. | |
ParameterType | Type of parameter values. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetReadOnly | Sets this service operation parameter to readonly. | |
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.