Share via


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
Protected method OperationParameter Initializes a new OperationParameter.

Top

Properties

  Name Description
Public property CustomState PlaceHolder to hold custom state information about service operation parameter.
Public property IsReadOnly Returns true, if this parameter has been set to read only. Otherwise returns false.
Public property Name Name of parameter.
Public property ParameterType Type of parameter values.

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 SetReadOnly Sets this service operation parameter to readonly.
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.Providers Namespace