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 | |
---|---|---|
ServiceOperationParameter | Creates a new instance of ServiceOperationParameter. |
Top
Properties
Name | Description | |
---|---|---|
CustomState | PlaceHolder to hold custom state information about service operation parameter. (Inherited from OperationParameter.) | |
IsReadOnly | Returns true, if this parameter has been set to read only. Otherwise returns false. (Inherited from OperationParameter.) | |
Name | Name of parameter. (Inherited from OperationParameter.) | |
ParameterType | Type of parameter values. (Inherited from OperationParameter.) |
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. (Inherited from OperationParameter.) | |
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.