ServiceOperationParameter Class

Represents parameter information for service operations.

Inheritance Hierarchy

System.Object
  System.Data.Services.Providers.OperationParameter
    System.Data.Services.Providers.ServiceOperationParameter

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

Syntax

'Declaration
Public Class ServiceOperationParameter _
    Inherits OperationParameter
'Usage
Dim instance As ServiceOperationParameter
public class ServiceOperationParameter : OperationParameter
public ref class ServiceOperationParameter : public OperationParameter
type ServiceOperationParameter =  
    class 
        inherit OperationParameter 
    end
public class ServiceOperationParameter extends OperationParameter

The ServiceOperationParameter type exposes the following members.

Constructors

  Name Description
Public method ServiceOperationParameter Creates a new instance of ServiceOperationParameter.

Top

Properties

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

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. (Inherited from OperationParameter.)
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