ServiceActionParameter Class
Use this type to represent a parameter on a service action.
Inheritance Hierarchy
System.Object
System.Data.Services.Providers.OperationParameter
System.Data.Services.Providers.ServiceActionParameter
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Class ServiceActionParameter _
Inherits OperationParameter
'Usage
Dim instance As ServiceActionParameter
public class ServiceActionParameter : OperationParameter
public ref class ServiceActionParameter : public OperationParameter
type ServiceActionParameter =
class
inherit OperationParameter
end
public class ServiceActionParameter extends OperationParameter
The ServiceActionParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ServiceActionParameter | Initializes a new ServiceActionParameter. |
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.